mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +03:00
Bring back cabal/package cache
This commit is contained in:
parent
d82b90356e
commit
b4124780ca
6
.github/workflows/haskell.yml
vendored
6
.github/workflows/haskell.yml
vendored
@ -27,6 +27,12 @@ jobs:
|
||||
ghc-version: ${{ matrix.ghc }}
|
||||
cabal-version: ${{ matrix.cabal }}
|
||||
|
||||
- uses: actions/cache@v1
|
||||
name: Cache ~/.cabal/packages
|
||||
with:
|
||||
path: ~/.cabal/packages
|
||||
key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-packages
|
||||
|
||||
- uses: actions/cache@v1
|
||||
name: Cache ~/.cabal/store
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user