;ci: github: windows: tweak caching

This commit is contained in:
Simon Michael 2020-03-07 03:09:30 -08:00
parent db8bd22c6f
commit 5e96ae8224

View File

@ -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