Skip to content

Commit e427e40

Browse files
committed
use cache/restore for cache look-up
1 parent a7dc02d commit e427e40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/build.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- id: cache-key
3636
run: echo "cache-key=test-${{steps.get-date.outputs.date}}" >> $GITHUB_OUTPUT
3737
- uses: actions/cache@v4
38+
- uses: actions/cache/restore@v4
3839
id: look-up
3940
with:
4041
path: bioimageio_cache

0 commit comments

Comments
 (0)