Skip to content

Commit ce0dbc4

Browse files
authored
Update build.yml to re-enable Windows on ARM64 MSVC build
1 parent a959462 commit ce0dbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
include:
286286
- { arch: x86, platform: Win32 }
287287
- { arch: x64, platform: x64 }
288-
# - { arch: arm64, platform: ARM64 }
288+
- { arch: arm64, platform: ARM64 }
289289
steps:
290290
- uses: actions/checkout@v3
291291
- name: Install prerequisites

0 commit comments

Comments
 (0)