;ci: try disabling stack update step
This commit is contained in:
parent
d56bfc4392
commit
012fc416b0
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user