From 6cf717b15250beb315485ef54a5c80f7c5e58688 Mon Sep 17 00:00:00 2001 From: Wen Kokke Date: Wed, 1 Sep 2021 21:19:25 +0100 Subject: [PATCH] Remove cache operations for Haskell, since they're included in haskell/actions/setup. --- .github/workflows/build.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78003838..dab103c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,18 +31,6 @@ jobs: # Setup & Cache Haskell - - name: Cache Haskell - uses: actions/cache@v2 - id: cache-haskell - with: - path: | - ~/.cabal - ~/.ghc - ~/.ghcup - ~/.local - ~/.stack - key: ${{ matrix.os }}-ghc-${{ matrix.ghc }} - - name: Setup Haskell if: steps.cache-haskell.outputs.cache-hit != 'true' uses: haskell/actions/setup@v1