X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=6ab65dd113a7148403420f338ebe57a5204e8734;hb=0b0cd9b189f63f9efdf6949538ccfa432d6f3908;hp=4f482c928ab253d8c4ad6a04acdbf1b9ea2a2bac;hpb=b12f2c15e266098b24efb9ce53fe6e90d984ba80;p=lsp-test.git diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 4f482c9..6ab65dd 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} env: - hieref: 4fb5b32df61f95d295ca67043594674bbb5b1316 + hieref: caf72237f596255eef3e614330db353c15b6c46b strategy: matrix: @@ -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