mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
fix build & retry on failure
This commit is contained in:
@@ -125,7 +125,7 @@ jobs:
|
||||
url="${base_url}/${name}/releases/download/${ver}/${archive}"
|
||||
echo "=== Processing $name $ver ==="
|
||||
echo "URL: $url"
|
||||
curl -L -o "$archive" "$url"
|
||||
curl --retry 3 --retry-delay 5 -L -o "$archive" "$url"
|
||||
|
||||
echo "Extracting $archive"
|
||||
tar xjf "$archive"
|
||||
|
||||
Reference in New Issue
Block a user