Merge pull request #703 from thewtex/download-artifact-no-required

ci: Make cache download optional
This commit is contained in:
Matt McCormick 2022-06-09 22:09:21 -04:00 committed by GitHub
commit c4a63113e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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