Skip to content

Commit 4d718b5

Browse files
committed
Drop undefiend variable in CI
It's not defined and expands to empty string. CI works so we can simply drop it. Fixes #526
1 parent 932ba01 commit 4d718b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
name: Cache ~/.cabal/store
7575
with:
7676
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
77-
key: ${{ runner.os }}-${{ matrix.ghc }}--${{ github.Shah }}-CACHE_V3
77+
key: ${{ runner.os }}-${{ matrix.ghc }}---CACHE_V3
7878
# ----------------
7979
- name: "Install PAPI"
8080
run: |

0 commit comments

Comments
 (0)