Skip to content

Commit

Permalink
CI: always fresh cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Oct 11, 2023
1 parent d622fa5 commit 3d2002b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ jobs:
~/.cabal/packages
~/.cabal/store
~/.cabal/bin
key: ${{ runner.os }}-${{ env.GHC_VERSION }}-${{ env.CABAL_VERSION }}-${{ env.AGDA_COMMIT }}
key: ${{ runner.os }}-${{ env.GHC_VERSION }}-${{ env.CABAL_VERSION }}-${{ env.AGDA_COMMIT }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-${{ env.GHC_VERSION }}-${{ env.CABAL_VERSION }}-${{ env.AGDA_COMMIT }}-
${{ runner.os }}-${{ env.GHC_VERSION }}-${{ env.CABAL_VERSION }}-
########################################################################
## INSTALLATION STEPS
Expand Down

0 comments on commit 3d2002b

Please sign in to comment.