Skip to content

Commit 95455ad

Browse files
authored
Add windows arm64 to the CI (#2243)
1 parent 0e66562 commit 95455ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ jobs:
160160
- os: windows-2019
161161
target: x86_64-pc-windows-msvc
162162
rustflags: -Ctarget-feature=+crt-static
163+
- os: windows-2019
164+
target: aarch64-pc-windows-msvc
165+
rustflags: -Ctarget-feature=+crt-static
163166
steps:
164167
- name: Clone repository
165168
uses: actions/checkout@v4

0 commit comments

Comments
 (0)