diff options
-rw-r--r-- | azure-steps-windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-steps-windows.yml b/azure-steps-windows.yml index f610f34b7..ae7856223 100644 --- a/azure-steps-windows.yml +++ b/azure-steps-windows.yml @@ -33,7 +33,7 @@ steps: - powershell: | # rtools 42+ does not support 32 bits builds. - choco install -y rtools --noprogress --force --version=4.0.0.20220206 + choco install --confirm --no-progress --side-by-side rtools --version=4.0.0.20220206 echo "##vso[task.setvariable variable=RTOOLS40_HOME]c:\rtools40" displayName: 'Install rtools' |