Skip to content

Commit 81b9c7c

Browse files
committed
Correct restore-key expression
1 parent d81118f commit 81b9c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
${{ env.CABAL_STORE_DIR }}
9090
key: ${{ runner.os }}-${{ matrix.ghc }}-build-${{ hashFiles('cabal.project') }}
9191
restore-keys: |
92-
${{ runner.os }}-${{ matrix.ghc }}-build-$${ hashFiles('cabal.project') }}
92+
${{ runner.os }}-${{ matrix.ghc }}-build-${{ hashFiles('cabal.project') }}
9393
${{ runner.os }}-${{ matrix.ghc }}-build-
9494
${{ runner.os }}-${{ matrix.ghc }}
9595

0 commit comments

Comments
 (0)