Skip to content

Commit

Permalink
Skip OpenSSL v3 install
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Feb 9, 2024
1 parent 1bcd3de commit 79f0a83
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
cmake_flags: "",
build_flags: "-j 2",
cpack_flags: "-G NSIS",
ssl_env: "D:\\a\\avogadrolibs\\Qt\\Tools\\OpenSSLv3\\Win_x64",
}
- {
name: "Ubuntu Address Sanitizer", artifact: "",
Expand Down Expand Up @@ -135,21 +134,6 @@ jobs:
cache: true
version: ${{ env.QT_VERSION }}

- name: Install OpenSSL (Win64)
if: runner.os == 'Windows'
uses: jurplel/install-qt-action@v3
with:
aqtversion: '==3.1.*'
cache: true
host: 'windows'
target: 'desktop'
tools-only: 'true'
tools: 'tools_opensslv3_x64'

- name: Setup tmate session
if: runner.os == 'Windows'
uses: mxschmitt/action-tmate@v3

- name: Configure MSVC Command Prompt
if: runner.os == 'Windows'
uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit 79f0a83

Please sign in to comment.