Install qt using action.
This commit is contained in:
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
@@ -30,13 +30,10 @@ jobs:
|
||||
python3 \
|
||||
python3-pip
|
||||
|
||||
- name: Install aqtinstall
|
||||
run: |
|
||||
python3 -m pip install aqtinstall
|
||||
|
||||
- name: Install Qt
|
||||
run: |
|
||||
aqt install-qt linux desktop $QT_VERSION linux_gcc_64
|
||||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
version: $QT_VERSION
|
||||
|
||||
- name: Set QMAKE
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user