We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0230bbd commit 93163b9Copy full SHA for 93163b9
1 file changed
.github/workflows/haskell.yml
@@ -269,6 +269,7 @@ jobs:
269
runner: ubuntu-latest
270
command: cabal
271
ghc_version: 9.2.8
272
+ ghc_salt: perf-counter-1
273
# WARNING! cannot use # comments inside pack_options.
274
# GHCUP_GHC_OPTIONS="-u https://s3.ap-south-1.amazonaws.com/downloads.portal.composewell.com/ghc/ghc-9.2.8-x86_64-unknown-linux.tar.xz"
275
pack_options: >-
@@ -365,7 +366,7 @@ jobs:
365
366
with:
367
path: |
368
~/.ghcup
- key: ${{ matrix.runner }}-ghcup-${{ env.GHCUP_VERSION }}-${{ matrix.ghc_version }}
369
+ key: ${{ matrix.runner }}-${{ matrix.ghc_version }}.${{ matrix.ghc_salt}}
370
371
# XXX If we want to invalidate the cache on resolver change we
372
# should use a separate cache for stack as it should be keyed on
0 commit comments