Skip to content

Commit 291c642

Browse files
committed
removed version from openssl
1 parent e2da9c3 commit 291c642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
target: 'desktop'
4444
qtPath: 'mingw_64'
4545
qtTools: 'tools_mingw1310'
46-
installerCommands1: choco install openssl --version=3.4.1 --force -y --install-arguments="'/DIR=C:/openSsl/'"
46+
installerCommands1: choco install openssl --force -y --install-arguments="'/DIR=C:/openSsl/'"
4747
installerCommands2: ''
4848
source_asset: 'Commander_Wars.zip'
4949
asset_file: 'Commander_Wars-Win10_x64'
@@ -55,7 +55,7 @@ jobs:
5555
target: 'desktop'
5656
qtPath: 'mingw_64'
5757
qtTools: 'tools_mingw1310'
58-
installerCommands1: choco install openssl --version=3.4.1 --force -y --install-arguments="'/DIR=C:/openSsl/'"
58+
installerCommands1: choco install openssl --force -y --install-arguments="'/DIR=C:/openSsl/'"
5959
installerCommands2: ''
6060
source_asset: 'Commander_Wars.zip'
6161
asset_file: 'Commander_Wars_Dedicated_Server-Win10_x64'

0 commit comments

Comments
 (0)