Update .gitea/workflows/build-git.yaml

This commit is contained in:
2025-10-14 02:46:56 +02:00
parent 6fe5061898
commit 5ffbede5a0

View File

@@ -37,16 +37,16 @@ jobs:
with: with:
submodules: recursive submodules: recursive
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v3
with: with:
aqtversion: '==3.1.*' aqtversion: '==3.1.*'
version: '6.10.0' version: '6.10.0'
host: 'linux' host: 'linux'
target: 'desktop' target: 'desktop'
arch: 'linux_gcc_64' arch: 'linux_gcc_64'
modules: 'qtmultimedia' modules: 'qtmultimedia'
archives: 'qtwayland qtdeclarative qtbase' archives: 'qtwayland qtdeclarative qtbase'
# #
# Install additional dependencies, stolen from: # Install additional dependencies, stolen from:
@@ -115,16 +115,15 @@ jobs:
arch: x64 arch: x64
spectre: true spectre: true
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v3
with: with:
aqtversion: '==3.1.*' aqtversion: '==3.1.*'
version: '6.10.0' version: '6.10.0'
host: 'linux' host: 'windows'
target: 'desktop' target: 'desktop'
arch: 'linux_gcc_64' arch: 'win64_msvc2022_64'
modules: 'qtmultimedia' archives: 'qtdeclarative qtbase opengl32sw d3dcompiler_47'
archives: 'qtwayland qtdeclarative qtbase'
# #
# Install NSIS # Install NSIS