We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7dc02d commit e427e40Copy full SHA for e427e40
.github/workflows/build.yaml
@@ -35,6 +35,7 @@ jobs:
35
- id: cache-key
36
run: echo "cache-key=test-${{steps.get-date.outputs.date}}" >> $GITHUB_OUTPUT
37
- uses: actions/cache@v4
38
+ - uses: actions/cache/restore@v4
39
id: look-up
40
with:
41
path: bioimageio_cache
0 commit comments