;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
# 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: |