From 012fc416b0cadd319f74ecfccfbd2d1e263e5b05 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 15 Jun 2025 12:50:12 -1000 Subject: [PATCH] ;ci: try disabling stack update step --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64bc02da9..8742d28ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -275,10 +275,10 @@ jobs: # in modular steps for faster & more focussed failures # XXX slow, I feel this should happen less often - - name: Update package index - run: | - $stack update - if: env.do-all + # - name: Update package index + # run: | + # $stack update + # if: env.do-all - name: Build deps of hledger-lib run: |