mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-06-20 11:33:28 -05:00
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:
parent
90130c119e
commit
c5185765ee
2
.github/scripts/.Wingetfile
vendored
2
.github/scripts/.Wingetfile
vendored
|
|
@ -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'
|
||||
Loading…
Reference in New Issue
Block a user