From a3c4c36439183b95c6c9a113b0a595abd7386588 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Mon, 27 Jan 2020 11:43:29 +0000 Subject: [PATCH] Remove restore key --- .github/workflows/haskell.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 6a85534..a7f0c43 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -37,8 +37,6 @@ jobs: with: path: ~/.cabal key: ${{ runner.OS }}-${{ matrix.ghc }}-cabal-${{ env.hieref }} - restore-keys: | - ${{ runner.OS }}-${{ matrix.ghc }}-cabal - name: Cache Hoogle uses: actions/cache@v1.1.0 -- 2.30.2