Skip to content

Commit bd659eb

Browse files
committed
WIP: github: Try to add restore-keys
1 parent 3a81311 commit bd659eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,10 @@ jobs:
411411
with:
412412
path: /opt/cache
413413
key: tarballs-${{ hashFiles('build-make.sh') }}
414+
restore-keys: |
415+
tarballs
414416
- name: Restore cache
415-
if: steps.cache-tarballs.outputs.cache-hit
417+
if: steps.cache-tarballs.outputs.cache-hit != ''
416418
run: |
417419
ln -s /opt/cache/*.tar.* .
418420
- name: Build

0 commit comments

Comments
 (0)