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 932ba01 commit 4d718b5Copy full SHA for 4d718b5
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
name: Cache ~/.cabal/store
75
with:
76
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
77
- key: ${{ runner.os }}-${{ matrix.ghc }}--${{ github.Shah }}-CACHE_V3
+ key: ${{ runner.os }}-${{ matrix.ghc }}---CACHE_V3
78
# ----------------
79
- name: "Install PAPI"
80
run: |
0 commit comments