Skip to content

Commit

Permalink
fix linux ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlok committed Sep 25, 2023
1 parent b4feda9 commit 9a9fd85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
version: 6.5.2
target: desktop
modules: 'qtwebengine qtwebchannel qtpositioning qtpdf qtimageformats qt5compat'
tools: tools_opensslv3_${{matrix.config.platform}}
tools: tools_opensslv3_x64
cache: 'true'

- name: Create Build Dir
run: mkdir build
working-directory: ${{runner.workspace}}

- name: Compile qt5ct
- name: Compile qt6ct
run: |
git clone https://github.com/trialuser02/qt6ct qt6ct.git
cd qt6ct.git
Expand Down

0 comments on commit 9a9fd85

Please sign in to comment.