diff --git a/.gitea/workflows/build-git.yaml b/.gitea/workflows/build-git.yaml index b169fad..cdfae5e 100644 --- a/.gitea/workflows/build-git.yaml +++ b/.gitea/workflows/build-git.yaml @@ -37,11 +37,16 @@ jobs: with: submodules: recursive - # - # Install Qt - # - - name: Install Qt - uses: jurplel/install-qt-action@v2 + - name: Install Qt + uses: jurplel/install-qt-action@v3 + with: + aqtversion: '==3.1.*' + version: '6.10.0' + host: 'linux' + target: 'desktop' + arch: 'linux_gcc_64' + modules: 'qtmultimedia' + archives: 'qtwayland qtdeclarative qtbase' # # Install additional dependencies, stolen from: @@ -110,11 +115,16 @@ jobs: arch: x64 spectre: true - # - # Install Qt - # - - name: Install Qt - uses: jurplel/install-qt-action@v2 + - name: Install Qt + uses: jurplel/install-qt-action@v3 + with: + aqtversion: '==3.1.*' + version: '6.10.0' + host: 'linux' + target: 'desktop' + arch: 'linux_gcc_64' + modules: 'qtmultimedia' + archives: 'qtwayland qtdeclarative qtbase' # # Install NSIS