Skip to content

Commit 8c753ad

Browse files
committed
CI: always fresh cache key
1 parent d622fa5 commit 8c753ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-ubuntu.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ jobs:
9191
~/.cabal/packages
9292
~/.cabal/store
9393
~/.cabal/bin
94-
key: ${{ runner.os }}-${{ env.GHC_VERSION }}-${{ env.CABAL_VERSION }}-${{ env.AGDA_COMMIT }}
94+
key: ${{ runner.os }}-${{ env.GHC_VERSION }}-${{ env.CABAL_VERSION }}-${{ env.AGDA_COMMIT }}-${{ github.sha }}
95+
restore-keys: ${{ runner.os }}-${{ env.GHC_VERSION }}-${{ env.CABAL_VERSION }}-${{ env.AGDA_COMMIT }}-
96+
restore-keys: ${{ runner.os }}-${{ env.GHC_VERSION }}-${{ env.CABAL_VERSION }}-
9597

9698
########################################################################
9799
## INSTALLATION STEPS

0 commit comments

Comments
 (0)