diff options
| author | Andreas Källberg <anka.213@gmail.com> | 2022-03-05 11:47:46 +0800 |
|---|---|---|
| committer | Andreas Källberg <anka.213@gmail.com> | 2022-03-05 12:25:46 +0800 |
| commit | 05fc093b5e067ea7250398647fd074acb79e4f08 (patch) | |
| tree | 49421156f0ad6ae08e17de0a9a57ac262b56e6fb | |
| parent | 4caf6d684e1c236600563b4a9f3ed698111a05f6 (diff) | |
Add restore key to cache
| -rw-r--r-- | .github/workflows/build-all-versions.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build-all-versions.yml b/.github/workflows/build-all-versions.yml index 2217388db..3472fa92b 100644 --- a/.github/workflows/build-all-versions.yml +++ b/.github/workflows/build-all-versions.yml @@ -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: | |
