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 af3b6c6 commit 88e06e0Copy full SHA for 88e06e0
.github/workflows/haskell-ci.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- uses: actions/cache@v4
46
with:
47
- key: ${{ matrix.ghc-version }}-${{ github.sha }}
+ key: ${{ matrix.ghc-version }}-${{ matrix.ref }}
48
path: |
49
~/.cabal/store
50
dist-newstyle
0 commit comments