mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
Merge pull request #703 from thewtex/download-artifact-no-required
ci: Make cache download optional
This commit is contained in:
commit
c4a63113e5
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -852,6 +852,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: cache
|
name: cache
|
||||||
path: ./cache
|
path: ./cache
|
||||||
|
required: false
|
||||||
|
|
||||||
- name: load base
|
- name: load base
|
||||||
run: xz -d -k < ./cache/base.tar.xz | docker load
|
run: xz -d -k < ./cache/base.tar.xz | docker load
|
||||||
|
Loading…
Reference in New Issue
Block a user