Skip to content

Commit f7ee2f2

Browse files
committed
Fix windows CI arm runner
1 parent a1efb29 commit f7ee2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Setup compiler
9595
uses: ilammy/msvc-dev-cmd@v1
9696
with:
97-
arch: amd64
97+
arch: arm64
9898
- name: Setup Ninja
9999
run: |
100100
python3 -m pip install --upgrade pip setuptools wheel

0 commit comments

Comments
 (0)