Skip to content

Commit d83e651

Browse files
committed
Fix cache restore keys
1 parent 6e35e07 commit d83e651

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
path: ~/.cabal/
3939
key: ${{ runner.os }}-${{ matrix.ghc }}-build-${{ env.cache-name }}-${{ hashFiles('**/*.cabal') }}-${{ hashFiles('**/cabal.project') }}
4040
restore-keys: |
41-
${{ runner.os }}-build-${{ env.cache-name }}-
42-
${{ runner.os }}-build-
43-
${{ runner.os }}-
41+
${{ runner.os }}-${{ matrix.ghc }}-build-${{ env.cache-name }}-
42+
${{ runner.os }}-${{ matrix.ghc }}-build-
43+
${{ runner.os }}-${{ matrix.ghc }}
4444
4545
- run: cabal update
4646

0 commit comments

Comments
 (0)