We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4c4fc commit 2329411Copy full SHA for 2329411
.github/workflows/bench.yml
@@ -61,8 +61,8 @@ jobs:
61
uses: actions/cache@v2
62
with:
63
path: |
64
- ~/.cabal/packages
65
- ~/.cabal/store
+ ${{ env.CABAL_PKGS_DIR }}
+ ${{ env.CABAL_STORE_DIR }}
66
key: v2-${{ runner.os }}-${{ matrix.ghc }}-bench-${{ hashFiles('cabal.project') }}
67
restore-keys: |
68
v2-${{ runner.os }}-${{ matrix.ghc }}-build-${{ hashFiles('cabal.project') }}
0 commit comments