Update main.yml

This commit is contained in:
DavidXanatos 2024-01-04 21:37:10 +01:00 committed by GitHub
parent acab89ae9a
commit f8377e14d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

View File

@ -143,9 +143,20 @@ jobs:
run: msbuild /t:build Sandboxie\SandboxDll.sln /p:Configuration="SbieRelease" /p:Platform=ARM64EC -maxcpucount:8
#
# Prepare Qt Framework
# Prepare Qt Framework for ARM64 we need also the x64 for soem utilities like qmake
#
- name: Install Qt6 x64
uses: jurplel/install-qt-action@v3
with:
# version: '6.2.4'
version: '6.3.1'
# dir: ..
# arch: ${{ matrix.qt-target }}
arch: 'win64_msvc2019_64'
# tools: 'tools_qtcreator,4.14.0-0-202012170949,qt.tools.qtcreator'
cache: true
- name: Install Qt6 ARM64
uses: jurplel/install-qt-action@v3
with: