CI: Pin openssl version on Windows

Must stick with OpenSSL 3 for now to stay compatbile with the asio
version supported by websocketpp
This commit is contained in:
WarmUpTill
2026-05-14 00:03:15 +02:00
committed by WarmUpTill
parent 86b8161c9b
commit 5219ba2b20

View File

@@ -1,4 +1,4 @@
package 'cmake', path: 'Cmake\bin', bin: 'cmake'
package 'innosetup', path: 'Inno Setup 6', bin: 'iscc'
package 'OpenSSL', path: 'OpenSSL', bin: 'openssl'
package 'OpenSSL', path: 'OpenSSL', bin: 'openssl', version: '3.6.2'
package 'Microsoft.VisualStudio.Locator', path: 'vswhere', bin: 'vswhere'