Skip to content

Commit

Permalink
Adjusted windows CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
redboltz committed Mar 25, 2024
1 parent e9fc1b2 commit 71e6799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ strategy:

steps:
- powershell: |
choco install --confirm --limitoutput --no-progress openssl
choco install --confirm --limitoutput --no-progress openssl --version=3.1.1
displayName: 'install openssl'

- powershell: |
Expand All @@ -153,7 +153,7 @@ steps:
if (!$?) {
return Write-Error "cmake failed"
}
cmake --build . --config Release
cmake --build . --config Release --verbose
if (!$?) {
return Write-Error "cmake --build failed"
}
Expand Down

0 comments on commit 71e6799

Please sign in to comment.