From 3a3a680720121265c5955894e82eff8ae3f50097 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Mon, 20 May 2024 13:22:52 -0400 Subject: [PATCH] ... --- .github/workflows/cabal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cabal.yml b/.github/workflows/cabal.yml index bb7e1e1..08c2b3b 100644 --- a/.github/workflows/cabal.yml +++ b/.github/workflows/cabal.yml @@ -32,7 +32,7 @@ jobs: name: cache ~/.cabal/store with: path: ~/.cabal/store - key: ${{ runner.os }}-${{ matrix.cabal }}-${{ matrix.vers.ghc }}-cabal + key: ${{ runner.os }}-cabal-${{ matrix.cabal }}-ghc-${{ matrix.vers.ghc }}-cabal - name: build run: |