;ci: try disabling stack update step

This commit is contained in:
Simon Michael 2025-06-15 12:50:12 -10:00
parent d56bfc4392
commit 012fc416b0

View File

@ -275,10 +275,10 @@ jobs:
# in modular steps for faster & more focussed failures # in modular steps for faster & more focussed failures
# XXX slow, I feel this should happen less often # XXX slow, I feel this should happen less often
- name: Update package index # - name: Update package index
run: | # run: |
$stack update # $stack update
if: env.do-all # if: env.do-all
- name: Build deps of hledger-lib - name: Build deps of hledger-lib
run: | run: |