From 0a3f0950800d189401b27099be3cfc1ed8aa6fc5 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sat, 21 Feb 2026 17:51:09 -0500 Subject: [PATCH] Install qt using action. --- .github/workflows/build.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8315842..72a221c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: |