Update main.yml
This commit is contained in:
parent
acab89ae9a
commit
f8377e14d9
|
@ -143,9 +143,20 @@ jobs:
|
||||||
run: msbuild /t:build Sandboxie\SandboxDll.sln /p:Configuration="SbieRelease" /p:Platform=ARM64EC -maxcpucount:8
|
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
|
- name: Install Qt6 ARM64
|
||||||
uses: jurplel/install-qt-action@v3
|
uses: jurplel/install-qt-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue