We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad774f commit aaa3257Copy full SHA for aaa3257
1 file changed
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
name: Cache ~/.cabal/store
66
with:
67
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
68
- key: ${{ runner.os }}-${{ matrix.ghc }}---CACHE_V3
+ key: ${{ runner.os }}-${{ matrix.ghc }}-CACHE_V4
69
# ----------------
70
- name: "Install PAPI"
71
run: |
0 commit comments