Add aarch64 target

This commit is contained in:
theKidOfArcrania 2024-05-13 11:29:55 -07:00
parent a5779e5d37
commit 4edceece66

View file

@ -83,6 +83,9 @@ jobs:
- target: x86_64-pc-windows-gnu
os: windows-latest
rust: nightly-x86_64-gnu
- target: aarch64-pc-windows-gnu
os: windows-latest
rust: nightly
steps:
- name: Print runner information
run: uname -a