From d55147cdd6b333a1fa5125a4868842266cdbb1d8 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Tue, 5 Nov 2019 22:56:02 +0000 Subject: [PATCH] Only cache cabal binaries --- .github/workflows/haskell.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2