Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Jan 4, 2024
1 parent acab89a commit f8377e1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f8377e1

Please sign in to comment.