Skip to content

Commit da17e6c

Browse files
committed
List qt modules
1 parent 524d495 commit da17e6c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-linux.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ jobs:
4343
4444
- name: Install Qt using aqtinstall
4545
run: |
46-
python3 -m pip install --upgrade pip aqtinstall
47-
aqt install-qt --outputdir "$HOME/Qt" linux desktop "$QT_VERSION" gcc_64 -m all
46+
python3 -m pip install --upgrade pip
47+
python3 -m pip install aqtinstall
48+
python3 -m aqt install-qt --outputdir "$HOME/Qt" linux desktop "$QT_VERSION" gcc_64 -m all
49+
python3 -m aqt list-qt linux desktop --long-modules "$QT_VERSION" gcc_64
4850
echo "$HOME/Qt/${QT_VERSION}/gcc_64/bin" >> $GITHUB_PATH
4951
5052
- name: Download linuxdeployqt

0 commit comments

Comments
 (0)