Skip to content

Commit

Permalink
Try absolute path to cabal store?
Browse files Browse the repository at this point in the history
As far as I can tell, the cabal cache stopped working even on master.
  • Loading branch information
csasarak committed Oct 5, 2023
1 parent 534cdb8 commit f56dcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
name: Cache cabal store
with:
path: |
${{ steps.setup-haskell.outputs.cabal-store || '~/.cabal/store' }}
${{ steps.setup-haskell.outputs.cabal-store || '/home/github/.cabal/store' }}
dist-newstyle/
key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-cache-${{ hashFiles('**/*.cabal', format('{0}', matrix.project-file)) }}
restore-keys: |
Expand Down

0 comments on commit f56dcee

Please sign in to comment.