CI: Add curl -f fail flag to extra tools binary fetching
Some checks are pending
/ verify (push) Waiting to run

This commit is contained in:
Juno Takano 2026-02-25 01:51:05 -03:00
commit 727ea16769

View file

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