mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
Fix download retry helper (#1110)
* Fix download helper * Fix download helper * Add compressed flag to helper * Minor fix * Minor fix
This commit is contained in:
committed by
GitHub
parent
4d685f4b01
commit
c1ee9d8bc6
@@ -72,7 +72,7 @@ function InstallPyPy
|
||||
|
||||
# Installation PyPy
|
||||
uri="https://downloads.python.org/pypy/"
|
||||
download_with_retries $uri "/tmp" "pypyUrls.html"
|
||||
download_with_retries $uri "/tmp" "pypyUrls.html" compressed
|
||||
pypyVersions="$(cat /tmp/pypyUrls.html | grep 'linux64' | awk -v uri="$uri" -F'>|<' '{print uri$5}')"
|
||||
|
||||
toolsetJson="$INSTALLER_SCRIPT_FOLDER/toolset.json"
|
||||
|
||||
Reference in New Issue
Block a user