mirror of
https://github.com/curl/curl.git
synced 2026-07-09 22:27:15 +03:00
ci/tests: fix Azure Pipelines not running Windows containers
Workaround posted here: microsoft/azure-pipelines-agent#2864 Assisted-by: Simon Chalifoux Assisted-by: Tommy Petty Fixes #5117 Closes #5129
This commit is contained in:
parent
ab18027d6c
commit
9b4990f068
1 changed files with 2 additions and 0 deletions
|
|
@ -239,6 +239,8 @@ stages:
|
|||
|
||||
- stage: windows
|
||||
dependsOn: []
|
||||
variables:
|
||||
agent.preferPowerShellOnContainers: true
|
||||
jobs:
|
||||
- job: windows_msys2_mingw32_debug_openssl
|
||||
displayName: msys2 mingw32 debug openssl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue