Skip to content

Commit

Permalink
Set up proper OpenSSL query
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Feb 8, 2024
1 parent 198edf8 commit b584248
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,11 @@ jobs:
if: runner.os == 'Windows'
uses: jurplel/install-qt-action@v3
with:
tools: 'tools_opensslv3_x64'
aqtversion: '==3.1.*'
host: 'windows'
target: 'desktop'
toolsOnly: 'true'
tools: 'tools_opensslv3_x64'

- name: Configure MSVC Command Prompt
if: runner.os == 'Windows'
Expand Down

0 comments on commit b584248

Please sign in to comment.