Cache .cabal, .ghc, and .ghcup.
This commit is contained in:
parent
db61ac1c18
commit
53847909eb
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -34,8 +34,11 @@ jobs:
|
|||
id: cache
|
||||
with:
|
||||
path: |
|
||||
~/.stack
|
||||
~/.cabal
|
||||
~/.ghc
|
||||
~/.ghcup
|
||||
~/.local
|
||||
~/.stack
|
||||
${{ steps.get-gemdir.outputs.gemdir }}
|
||||
$GITHUB_WORKSPACE/.stack-work
|
||||
$GITHUB_WORKSPACE/_build
|
||||
|
|
Loading…
Add table
Reference in a new issue