Skip to content

Commit 463770a

Browse files
committed
CI: Pin openssl version on Windows
Must stick with OpenSSL 3 for now to stay compatbile with the asio version supported by websocketpp
1 parent 0009ba2 commit 463770a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/.Wingetfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package 'cmake', path: 'Cmake\bin', bin: 'cmake'
22
package 'innosetup', path: 'Inno Setup 6', bin: 'iscc'
3-
package 'OpenSSL', path: 'OpenSSL', bin: 'openssl'
3+
package 'OpenSSL', path: 'OpenSSL', bin: 'openssl', version: '3.6.2'
44
package 'Microsoft.VisualStudio.Locator', path: 'vswhere', bin: 'vswhere'

0 commit comments

Comments
 (0)