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 \
|
||||||
python3-pip
|
python3-pip
|
||||||
|
|
||||||
- name: Install aqtinstall
|
|
||||||
run: |
|
|
||||||
python3 -m pip install aqtinstall
|
|
||||||
|
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
run: |
|
uses: jurplel/install-qt-action@v4
|
||||||
aqt install-qt linux desktop $QT_VERSION linux_gcc_64
|
with:
|
||||||
|
version: $QT_VERSION
|
||||||
|
|
||||||
- name: Set QMAKE
|
- name: Set QMAKE
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user