From 9cfa5726d2bda164d499a639b960bcb614c0ff64 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Wed, 5 Feb 2020 18:01:35 -0500 Subject: [PATCH] Bust the cache again. --- .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 d1c4ff993..0aa41d2aa 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 }}-v7-cabal-store + key: ${{ runner.os }}-${{ matrix.ghc }}-v8-cabal-store - uses: actions/cache@v1 name: Cache dist-newstyle