Skip to content

Commit

Permalink
Merge pull request #1901 from mcuee/windows_arm64_build
Browse files Browse the repository at this point in the history
Update build.yml to re-enable Windows on ARM64 MSVC build
  • Loading branch information
stefanrueger committed Aug 23, 2024
2 parents ab66d35 + ce0dbc4 commit 2cd9e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cd9e5b

Please sign in to comment.