mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
ci: Make cache download optional
Avoid errors on fresh builds.
This commit is contained in:
parent
6b7a4a45e9
commit
adb85d69c6
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -852,6 +852,7 @@ jobs:
|
||||
with:
|
||||
name: cache
|
||||
path: ./cache
|
||||
required: false
|
||||
|
||||
- name: load base
|
||||
run: xz -d -k < ./cache/base.tar.xz | docker load
|
||||
|
Loading…
Reference in New Issue
Block a user