Remove restore key
authorLuke Lau <luke_lau@icloud.com>
Mon, 27 Jan 2020 11:43:29 +0000 (11:43 +0000)
committerLuke Lau <luke_lau@icloud.com>
Mon, 27 Jan 2020 11:43:29 +0000 (11:43 +0000)
.github/workflows/haskell.yml

index 6a85534302d61a1627f821356934fb71fbfd06cc..a7f0c43959006c7603512c1f43f7614a20f2e68a 100644 (file)
@@ -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