Skip to content

Commit

Permalink
ci: bump cache keys
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Oct 29, 2024
1 parent 1970198 commit 41d3ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
name: Cache ~/.cabal/store
with:
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}-key2

- name: Install dependencies (macOS)
if: runner.os == 'macOS'
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
name: Cache ~/.stack
with:
path: ~/.stack
key: ${{ runner.os }}-${{ matrix.resolver }}-stack-key2
key: ${{ runner.os }}-${{ matrix.resolver }}-stack-key3

- name: Build
run: |
Expand Down

0 comments on commit 41d3ab9

Please sign in to comment.