From 369dc558b40b2bd3cc255c678fbda2de9c7929d0 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Tue, 4 Feb 2020 12:39:59 -0500 Subject: [PATCH] Blow the cache. --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 1129295df..d1c4ff993 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -37,7 +37,7 @@ jobs: name: Cache ~/.cabal/store with: path: ~/.cabal/store - key: ${{ runner.os }}-${{ matrix.ghc }}-v6-cabal-store + key: ${{ runner.os }}-${{ matrix.ghc }}-v7-cabal-store - uses: actions/cache@v1 name: Cache dist-newstyle