Skip to content

Commit cef6d68

Browse files
authored
The choco package manager no more supports 32-bit OpenSSL version. Hence, we have to use OpenSSL 1.1.1.2100 version and force 32-bit usage. (#1208)
1 parent f0f2535 commit cef6d68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ jobs:
343343
matrix:
344344
arch:
345345
- cmake: Win32
346-
choco_options: '--x86'
346+
choco_options: '--forceX86 --x86 --version 1.1.1.2100 -y'
347347
address_model: 32
348348
- cmake: x64
349349
choco_options: ''

.github/workflows/nightly-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
boost_include_folder: 'C:\Boost\include\boost-1_80'
4949
arch:
5050
- cmake: Win32
51-
choco_options: '--x86'
51+
choco_options: '--forceX86 --x86 --version 1.1.1.2100 -y'
5252
address_model: 32
5353
- cmake: x64
5454
choco_options: ''

0 commit comments

Comments
 (0)