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
parent 90130c119e
commit c5185765ee

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'