Update .gitea/workflows/build-git.yaml

This commit is contained in:
2025-10-14 02:44:29 +02:00
parent 3dd897d576
commit 6fe5061898

View File

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