DRAFT: Add an aarch64-msvc build running on ARM64 Windows

This commit is contained in:
Daniel Paoliello 2025-04-28 12:07:30 -07:00
parent 8da623945f
commit 295378729b
4 changed files with 50 additions and 5 deletions

View file

@ -163,6 +163,9 @@ jobs:
- name: show the current environment
run: src/ci/scripts/dump-environment.sh
- name: install rust
run: src/ci/scripts/install-rust.sh
- name: install awscli
run: src/ci/scripts/install-awscli.sh