mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +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:
|
||||
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