mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
ci: Remove invalid "required" keyword associated with actions/download-artifact
This commit fixes the following error introduced by adb85d69c
(ci: Make
cache download optional):
Unexpected input(s) 'required', valid inputs are ['name', 'path']
This commit is contained in:
parent
d45d925ee6
commit
bf8b0b5925
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -891,7 +891,6 @@ 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