Merge pull request #1901 from mcuee/windows_arm64_build

Update build.yml to re-enable Windows on ARM64 MSVC build
This commit is contained in:
Stefan Rueger
2024-08-23 02:19:44 +01:00
committed by GitHub

View File

@@ -285,7 +285,7 @@ jobs:
include:
- { arch: x86, platform: Win32 }
- { arch: x64, platform: x64 }
# - { arch: arm64, platform: ARM64 }
- { arch: arm64, platform: ARM64 }
steps:
- uses: actions/checkout@v3
- name: Install prerequisites