Install qt using action.

This commit is contained in:
2026-02-21 17:51:09 -05:00
parent 6474c5b6bd
commit 0a3f095080

View File

@@ -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: |