diff --git a/.gitea/workflows/build-git.yaml b/.gitea/workflows/build-git.yaml index cdfae5e..c814100 100644 --- a/.gitea/workflows/build-git.yaml +++ b/.gitea/workflows/build-git.yaml @@ -37,16 +37,16 @@ jobs: with: submodules: recursive - - 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' + - 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: @@ -115,17 +115,16 @@ jobs: arch: x64 spectre: true - - 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' - + - name: Install Qt + uses: jurplel/install-qt-action@v3 + with: + aqtversion: '==3.1.*' + version: '6.10.0' + host: 'windows' + target: 'desktop' + arch: 'win64_msvc2022_64' + archives: 'qtdeclarative qtbase opengl32sw d3dcompiler_47' + # # Install NSIS #