mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 11:37:00 +00:00
[ubuntu] Fix static path in install.sh (#9138)
This commit is contained in:
committed by
GitHub
parent
ec4e51233f
commit
c40faf56bf
@@ -46,7 +46,7 @@ download_with_retry() {
|
||||
}
|
||||
|
||||
get_toolset_value() {
|
||||
local toolset_path="/imagegeneration/installers/toolset.json"
|
||||
local toolset_path="${INSTALLER_SCRIPT_FOLDER}/toolset.json"
|
||||
local query=$1
|
||||
|
||||
echo "$(jq -r "$query" $toolset_path)"
|
||||
|
||||
Reference in New Issue
Block a user