Remove cache operations for Haskell, since they're included in haskell/actions/setup.
This commit is contained in:
parent
70c9a61de9
commit
6cf717b152
1 changed files with 0 additions and 12 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue