;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
|
# 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: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user