Skip to content

Commit f565f34

Browse files
committed
openssl fix
1 parent f7647fd commit f565f34

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
target: 'desktop'
2424
qtPath: 'mingw_64'
2525
qtTools: 'tools_mingw90'
26-
installerCommands1: choco install openssl --version=3.3.1 --force -y --install-arguments="'/DIR=C:/openSsl/'"
26+
installerCommands1: choco install openssl --version=3.3.2 --force -y --install-arguments="'/DIR=C:/openSsl/'"
2727
installerCommands2: ''
2828
cmakeOptions: '"-DCMAKE_GENERATOR:STRING=MinGW Makefiles" -DOPENSSL_LIB_PATH="C:/openSsl/bin" -DOPENSSL_INCLUDE_DIR="C:/openSsl/include" -DOPENSSL_USE_STATIC_LIBS="ON" -DPRECOMPILEDOPENSSL="ON" "-DCMAKE_C_COMPILER:FILEPATH=D:/a/Commander_Wars/Commander_Wars/qt/Qt/Tools/mingw1120_64/bin/gcc.exe" "-DCMAKE_CXX_COMPILER:FILEPATH=D:/a/Commander_Wars/Commander_Wars/qt/Qt/Tools/mingw1120_64/bin/g++.exe"'
2929
- buildTarget: windows-server # test build to check if the server configuration compiles as well
@@ -32,7 +32,7 @@ jobs:
3232
target: 'desktop'
3333
qtPath: 'mingw_64'
3434
qtTools: 'tools_mingw90'
35-
installerCommands1: choco install openssl --version=3.3.1 --force -y --install-arguments="'/DIR=C:/openSsl/'"
35+
installerCommands1: choco install openssl --version=3.3.2 --force -y --install-arguments="'/DIR=C:/openSsl/'"
3636
installerCommands2: ''
3737
cmakeOptions: '"-DCMAKE_GENERATOR:STRING=MinGW Makefiles" -DOPENSSL_LIB_PATH="C:/openSsl/bin" -DOPENSSL_INCLUDE_DIR="C:/openSsl/include" -DOPENSSL_USE_STATIC_LIBS="ON" -DPRECOMPILEDOPENSSL="ON" -DOPENSSL_USE_STATIC_LIBS=FALSE -DGRAPHICSUPPORT=OFF -DAUDIOSUPPORT=OFF -DUPDATESUPPORT=OFF "-DCMAKE_C_COMPILER:FILEPATH=D:/a/Commander_Wars/Commander_Wars/qt/Qt/Tools/mingw1120_64/bin/gcc.exe" "-DCMAKE_CXX_COMPILER:FILEPATH=D:/a/Commander_Wars/Commander_Wars/qt/Qt/Tools/mingw1120_64/bin/g++.exe"'
3838
- buildTarget: ubuntu-desktop

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
target: 'desktop'
4747
qtPath: 'mingw_64'
4848
qtTools: 'tools_mingw90'
49-
installerCommands1: choco install openssl --version=3.3.1 --force -y --install-arguments="'/DIR=C:/openSsl/'"
49+
installerCommands1: choco install openssl --version=3.3.2 --force -y --install-arguments="'/DIR=C:/openSsl/'"
5050
installerCommands2: ''
5151
source_asset: 'Commander_Wars.zip'
5252
asset_name: 'Commander_Wars_Win10_x64.zip'
@@ -57,7 +57,7 @@ jobs:
5757
target: 'desktop'
5858
qtPath: 'mingw_64'
5959
qtTools: 'tools_mingw90'
60-
installerCommands1: choco install openssl --version=3.3.1 --force -y --install-arguments="'/DIR=C:/openSsl/'"
60+
installerCommands1: choco install openssl --version=3.3.2 --force -y --install-arguments="'/DIR=C:/openSsl/'"
6161
installerCommands2: ''
6262
source_asset: 'Commander_Wars.zip'
6363
asset_name: 'Commander_Wars_Win10_x64_Server.zip'

0 commit comments

Comments
 (0)