windows ARM workflow (#12)

This commit is contained in:
Chance 2024-12-19 21:07:08 -05:00 committed by lily
parent 5b0683dc94
commit 99f86f7f67
Signed by: lily
GPG key ID: 601F3263FBCBC4B9

View file

@ -62,7 +62,6 @@ jobs:
- os: windows-latest
arch: x86_64
target: x86_64-pc-windows-msvc
exclude:
- os: windows-latest
arch: aarch64
runs-on: ${{ matrix.os }}
@ -99,6 +98,7 @@ jobs:
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
- name: 🧪 Run tests
if: matrix.target != 'aarch64-pc-windows-msvc'
uses: actions-rs/cargo@v1
with:
command: test