Skip to content

Commit

Permalink
Ensure OpenSSL is found for Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hasselmm committed Jun 30, 2024
1 parent aa9db9e commit cdf34be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
target: 'desktop'
arch: 'win64_mingw'
modules: 'qtcharts qtmultimedia qtserialport'
tools: 'tools_mingw90 tools_ninja'
tools: 'tools_mingw90 tools_ninja tools_opensslv3_x64'
cache: true

- name: Set up compiler cache
Expand All @@ -99,6 +99,7 @@ jobs:
-DCMAKE_C_COMPILER:FILEPATH=$env:IQTA_TOOLS/mingw1120_64/bin/gcc.exe
-DCMAKE_CXX_COMPILER:FILEPATH=$env:IQTA_TOOLS/mingw1120_64/bin/g++.exe
-DCMAKE_MAKE_PROGRAM:FILEPATH=$env:IQTA_TOOLS/Ninja/ninja.exe
-DOPENSSL_ROOT_DIR:PATH=$env:IQTA_TOOLS/OpenSSLv3/Win_x64
-DCPACK_BINARY_NSIS:BOOL=OFF
-DCPACK_BINARY_ZIP:BOOL=ON
..
Expand Down

0 comments on commit cdf34be

Please sign in to comment.