mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +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 }}
|
ghc-version: ${{ matrix.ghc }}
|
||||||
cabal-version: ${{ matrix.cabal }}
|
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
|
- uses: actions/cache@v1
|
||||||
name: Cache ~/.cabal/store
|
name: Cache ~/.cabal/store
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user