1
0
forked from GitHub/gf-core

Add restore key to cache

This commit is contained in:
Andreas Källberg
2022-03-05 11:47:46 +08:00
parent 4caf6d684e
commit 05fc093b5e

View File

@@ -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: |