From 56bc34f1a20f89f851ec6a2b78b08c8cc07a3506 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 29 May 2024 10:14:52 -1000 Subject: [PATCH] ci: ci: fix package index update step description, note slowness --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12caba75d..ac5f8741a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -217,12 +217,12 @@ jobs: # ACTIONS # in modular steps for faster & more focussed failures - - name: Install GHC + # XXX slow, I feel this should happen less often + - name: Update package index run: | - $stack setup --install-ghc + $stack update if: env.do-all - - name: Build deps of hledger-lib run: | $stack build --test --bench hledger-lib --only-dependencies