mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
ci: ci: fix package index update step description, note slowness
This commit is contained in:
parent
5f255e28ee
commit
56bc34f1a2
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user