From e7c008175ed6177d7f27c55c462b7e6ac073f227 Mon Sep 17 00:00:00 2001 From: Cazdotsys Date: Thu, 19 Dec 2024 21:07:08 -0500 Subject: [PATCH] windows ARM workflow (#12) --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b0a72d0..5e06e29 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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,7 +98,8 @@ jobs: CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc - name: 🧪 Run tests - uses: actions-rs/cargo@v1 + if: matrix.target != 'aarch64-pc-windows-msvc' + uses: actions-rs/cargo@v1 with: command: test args: --target ${{ matrix.target }}