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