Skip to content

Commit

Permalink
Don't use $HOME in cache path (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnbastiaan authored Jan 4, 2023
1 parent 75d78c0 commit b2dab6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Cache dependencies
uses: actions/cache@v3
with:
path: $HOME/.cabal/store
path: ~/.cabal/store
key: ${{ runner.os }}-cachebust1-hls-${{ matrix.tools.ghc }}-${{ matrix.tools.cabal }}-${{ matrix.tools.hls }}-${{ matrix.tools.ghcup }}-${{ hashFiles('**/*.cabal', '**/stack.yaml') }}
restore-keys: |
${{ runner.os }}-cachebust1-hls-${{ matrix.tools.ghc }}-${{ matrix.tools.cabal }}-${{ matrix.tools.hls }}-${{ matrix.tools.ghcup }}-${{ hashFiles('**/*.cabal', '**/stack.yaml') }}
Expand Down

0 comments on commit b2dab6e

Please sign in to comment.