diff --git a/.azure/templates/build-test.yml b/.azure/templates/build-test.yml index ba5d540755..03f4e3ec2b 100644 --- a/.azure/templates/build-test.yml +++ b/.azure/templates/build-test.yml @@ -62,6 +62,7 @@ steps: } else { Write-Host "###vso[task.setvariable variable=build_tool_options;]-j 4" } + choco install -y openssl condition: eq(variables['Agent.OS'], 'Windows_NT') name: setup_windows - task: Cache@2