From 41d3ab92930bbfc38cf82ca012ed2a8d5a387f2b Mon Sep 17 00:00:00 2001 From: thomasjm Date: Tue, 29 Oct 2024 00:02:17 -0700 Subject: [PATCH] ci: bump cache keys --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f849ca2..56b9117 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' @@ -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: |