Skip to content

Commit 2329411

Browse files
committed
CI: bench: use env
1 parent 5e4c4fc commit 2329411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bench.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
uses: actions/cache@v2
6262
with:
6363
path: |
64-
~/.cabal/packages
65-
~/.cabal/store
64+
${{ env.CABAL_PKGS_DIR }}
65+
${{ env.CABAL_STORE_DIR }}
6666
key: v2-${{ runner.os }}-${{ matrix.ghc }}-bench-${{ hashFiles('cabal.project') }}
6767
restore-keys: |
6868
v2-${{ runner.os }}-${{ matrix.ghc }}-build-${{ hashFiles('cabal.project') }}

0 commit comments

Comments
 (0)