mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Minor fix
This commit is contained in:
@@ -197,7 +197,7 @@ installNuget() {
|
|||||||
pushd $TMPMOUNT
|
pushd $TMPMOUNT
|
||||||
download_with_retries $NUGET_URL "." "nuget.exe"
|
download_with_retries $NUGET_URL "." "nuget.exe"
|
||||||
sudo chmod a+x nuget.exe
|
sudo chmod a+x nuget.exe
|
||||||
sudo nuget.exe ${MONO_VERSIONS_PATH}/${MONO_VERSION}/lib/mono/nuget
|
sudo mv nuget.exe ${MONO_VERSIONS_PATH}/${MONO_VERSION}/lib/mono/nuget
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user