Skip to content

Commit

Permalink
Fix cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed May 11, 2024
1 parent 6af95c9 commit a9cf654
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 @@ -52,7 +52,7 @@ jobs:
- uses: actions/cache@v3
name: Cache ~/.cabal/3tore
name: Cache ~/.cabal/store
with:
path: ~/.cabal/store
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
Expand Down

0 comments on commit a9cf654

Please sign in to comment.