ci: Make cache download optional

Avoid errors on fresh builds.
This commit is contained in:
Matt McCormick 2022-06-09 15:49:37 -04:00
parent 6b7a4a45e9
commit adb85d69c6

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