Skip to content

Commit

Permalink
Use cabal.project hash for cabal cache
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller committed Jul 19, 2023
1 parent ee7b0d4 commit 27267b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
path: |
~/.cabal
key: cabal
key: ${{hashFiles('cabal.project', '**/*.cabal')}}

- uses: haskell/actions/setup@v1
with:
Expand Down

0 comments on commit 27267b5

Please sign in to comment.