mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
ci: build for windows on arm with msvc natively
Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
9656db0f32
commit
bc02af771d
1 changed files with 3 additions and 4 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -107,11 +107,10 @@ jobs:
|
|||
# TODO(@getchoo): This is the default in setup-dependencies/windows. Why isn't it working?!?!
|
||||
vcvars-arch: amd64
|
||||
|
||||
- os: windows-2022
|
||||
- os: windows-11-arm
|
||||
artifact-name: Windows-MSVC-arm64
|
||||
base-cmake-preset: windows_msvc_arm64_cross
|
||||
vcvars-arch: amd64_arm64
|
||||
qt-architecture: win64_msvc2022_arm64_cross_compiled
|
||||
base-cmake-preset: windows_msvc
|
||||
vcvars-arch: arm64
|
||||
|
||||
- os: macos-14
|
||||
artifact-name: macOS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue