From 5e96ae822454675054302540b58c9a671dd14ef6 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 7 Mar 2020 03:09:30 -0800 Subject: [PATCH] ;ci: github: windows: tweak caching --- .github/workflows/windows-nightly.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows-nightly.yml b/.github/workflows/windows-nightly.yml index 5ffc68694..a6c971c3f 100644 --- a/.github/workflows/windows-nightly.yml +++ b/.github/workflows/windows-nightly.yml @@ -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