Skip to content

Commit aaa3257

Browse files
committed
Bust CI cache.
There are some problems with GHC-9.0. Something happened and lnker fails with weird errors.
1 parent cad774f commit aaa3257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: Cache ~/.cabal/store
6666
with:
6767
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
68-
key: ${{ runner.os }}-${{ matrix.ghc }}---CACHE_V3
68+
key: ${{ runner.os }}-${{ matrix.ghc }}-CACHE_V4
6969
# ----------------
7070
- name: "Install PAPI"
7171
run: |

0 commit comments

Comments
 (0)