mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
[Ubuntu] Install yq to /usr/bin (#3768)
* Installation to /usr/local/bin break some workflows
This commit is contained in:
@@ -11,6 +11,6 @@ echo "Downloading latest yq from $YQ_URL"
|
||||
|
||||
download_with_retries "$YQ_URL" "/tmp" "${YQ_BINARY}.tar.gz"
|
||||
tar xzf "/tmp/${YQ_BINARY}.tar.gz" -C "/tmp"
|
||||
mv /tmp/${YQ_BINARY} /usr/local/bin/yq
|
||||
mv /tmp/${YQ_BINARY} /usr/bin/yq
|
||||
|
||||
invoke_tests "Tools" "yq"
|
||||
|
||||
Reference in New Issue
Block a user