forked from GitHub/gf-core
Add restore key to cache
This commit is contained in:
2
.github/workflows/build-all-versions.yml
vendored
2
.github/workflows/build-all-versions.yml
vendored
@@ -90,6 +90,8 @@ jobs:
|
||||
with:
|
||||
path: ~/.stack
|
||||
key: ${{ runner.os }}-${{ matrix.ghc }}-stack--${{ hashFiles(format('stack-ghc{0}', matrix.ghc)) }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-${{ matrix.ghc }}-stack
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user