Skip to content

Commit

Permalink
Fix GH Actions Windows CI caching
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Jul 19, 2022
1 parent faf5344 commit fc8f8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
ghc --version
cabal --version
echo "::set-output name=cabal-store::$(cabal --help | tail -1 | tr -d ' ' | rev | cut -d '/' -f2- | rev)\\store"
echo "::set-output name=cabal-store::$(dirname $(cabal --help | tail -1 | tr -d ' '))\\store"
- name: Set cache version
run: echo "CACHE_VERSION=9w76Z3Q" >> $GITHUB_ENV
run: echo "CACHE_VERSION=20220719" >> $GITHUB_ENV

- name: "LINUX: Install build environment (apt-get)"
if: runner.os == 'Linux'
Expand Down

0 comments on commit fc8f8f0

Please sign in to comment.