From: Luke Lau Date: Mon, 27 Jan 2020 11:43:29 +0000 (+0000) Subject: Remove restore key X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=a3c4c36439183b95c6c9a113b0a595abd7386588 Remove restore key --- 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