Skip to content

Commit 506c53b

Browse files
committed
Try configuring Windows build environment.
1 parent 3d980ee commit 506c53b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/windows-arm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
python-version: 3.12
3030
architecture: arm64
3131

32+
- name: Setup visual studio
33+
uses: microsoft/setup-msbuild@v2
34+
3235
- name: Build
3336
run: |
3437
git submodule update --init --recursive

0 commit comments

Comments
 (0)