Update .gitea/workflows/build-git.yaml
Some checks failed
Build / build-linux (push) Failing after 1m3s
Build / build-windows (push) Has been cancelled

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