Skip to content

Commit 2d1233d

Browse files
committed
github: Add restore-keys for the gnu make cache
1 parent dc5c8b6 commit 2d1233d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,8 @@ jobs:
411411
with:
412412
path: /opt/cache
413413
key: tarballs-${{ hashFiles('build-make.sh') }}
414+
restore-keys: |
415+
tarballs
414416
- name: Restore cache
415417
if: steps.cache-tarballs.outputs.cache-hit != ''
416418
run: |

0 commit comments

Comments
 (0)