mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;ci: github: windows: tweak caching
This commit is contained in:
parent
db8bd22c6f
commit
5e96ae8224
2
.github/workflows/windows-nightly.yml
vendored
2
.github/workflows/windows-nightly.yml
vendored
@ -135,6 +135,7 @@ jobs:
|
||||
- name: Install GHC
|
||||
if: steps.stack-global-db.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
echo "::add-path::C:\Users\runneradmin\AppData\Roaming\stack\local\bin"
|
||||
stack --no-terminal setup --install-ghc
|
||||
|
||||
# - name: Install shelltestrunner
|
||||
@ -144,6 +145,7 @@ jobs:
|
||||
- name: Install haskell deps
|
||||
if: steps.stack-global-db.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
echo "::add-path::C:\Users\runneradmin\AppData\Roaming\stack\local\bin"
|
||||
stack --no-terminal build --only-dependencies
|
||||
|
||||
- name: Build hledger
|
||||
|
Loading…
Reference in New Issue
Block a user