CI: Add curl -f fail flag to extra tools binary fetching
Some checks are pending
/ verify (push) Waiting to run
Some checks are pending
/ verify (push) Waiting to run
This commit is contained in:
parent
2ff7a6cf1b
commit
727ea16769
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ fetch() {
|
|||
|
||||
[ -d /tmp/tools ] || mkdir -p /tmp/tools
|
||||
|
||||
curl -sSLO --output-dir /tmp \
|
||||
curl -fsSLO --output-dir /tmp \
|
||||
-w '%{stderr}HTTP %{response_code} %{url}\n' \
|
||||
"https://github.com/$repo/releases/download/$tag/$filename"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue