Skip to content

Commit

Permalink
Fix OpenSSLv3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrePTJ committed May 4, 2023
1 parent 676a817 commit 758b5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
name: Install Linux dev dependencies
run: sudo apt install libxss-dev libxkbcommon-x11-dev libxcb-cursor0

- if: contains(matrix.os, 'ubuntu')
- if: contains(matrix.os, 'ubuntu') && startsWith(matrix.qt_version, '6')
name: Build OpenSSLv3
run: |
cd ${{ github.workspace }}/Qt/Tools/OpenSSLv3/src
cd $IQTA_TOOLS/OpenSSLv3/src
./Configure && make -j3
# Build
Expand Down

0 comments on commit 758b5eb

Please sign in to comment.