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

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