X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=adc622862e071f2eea48f83d182e0ee544668713;hp=0d0a10330eea8ed68776c800cb05901f5378455d;hb=d55147cdd6b333a1fa5125a4868842266cdbb1d8;hpb=badc948ab7affaa15f5c6a6a6e8af07a74e56dea diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 0d0a103..adc6228 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -30,10 +30,10 @@ jobs: ref: ${{ env.hieref }} path: haskell-ide-engine - - name: Cache cabal + - name: Cache Cabal binaries uses: actions/cache@v1 with: - path: $HOME/.cabal + path: $HOME/.cabal/bin key: ${{ runner.OS }}-${{ matrix.ghc }}-${{ env.hieref }} - name: Build HIE