Update .gitea/workflows/build-git.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user