Remove cache operations for Haskell, since they're included in haskell/actions/setup.

This commit is contained in:
Wen Kokke 2021-09-01 21:19:25 +01:00
parent 70c9a61de9
commit 6cf717b152
No known key found for this signature in database
GPG key ID: 7EB7DBBCEB539DB8

View file

@ -31,18 +31,6 @@ jobs:
# Setup & Cache Haskell # 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 - name: Setup Haskell
if: steps.cache-haskell.outputs.cache-hit != 'true' if: steps.cache-haskell.outputs.cache-hit != 'true'
uses: haskell/actions/setup@v1 uses: haskell/actions/setup@v1