Skip to content

Commit

Permalink
ci/windows: disable x86 openssl build
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jul 19, 2023
1 parent bfdbe04 commit 68fb32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
environment_script: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Auxiliary\\Build\\vcvarsamd64_x86.bat",
generators: "Ninja",
build: "Debug",
openssl: true,
disable_openssl: "OFF",
openssl: false,
disable_openssl: "ON",
choco: "--x86",
testing: true
}
Expand Down

0 comments on commit 68fb32a

Please sign in to comment.