We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524d495 commit da17e6cCopy full SHA for da17e6c
.github/workflows/build-linux.yaml
@@ -43,8 +43,10 @@ jobs:
43
44
- name: Install Qt using aqtinstall
45
run: |
46
- python3 -m pip install --upgrade pip aqtinstall
47
- aqt install-qt --outputdir "$HOME/Qt" linux desktop "$QT_VERSION" gcc_64 -m all
+ python3 -m pip install --upgrade pip
+ 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
50
echo "$HOME/Qt/${QT_VERSION}/gcc_64/bin" >> $GITHUB_PATH
51
52
- name: Download linuxdeployqt
0 commit comments