Skip to content

Commit 69aa7f4

Browse files
Add aarch64 target
1 parent baac8ef commit 69aa7f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
- target: x86_64-pc-windows-gnu
8484
os: windows-latest
8585
rust: nightly-x86_64-gnu
86+
- target: aarch64-pc-windows-gnu
87+
os: windows-latest
88+
rust: nightly
8689
steps:
8790
- name: Print runner information
8891
run: uname -a

0 commit comments

Comments
 (0)