From 2170db93ebe6756e53c7c94a2a0436ac2032afc4 Mon Sep 17 00:00:00 2001 From: jackwener Date: Thu, 16 Apr 2026 23:40:28 +0800 Subject: [PATCH] ci: remove arm64 from check job (no cross-compiler available) --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a7e063..aee95f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,12 +13,11 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: - targets: x86_64-pc-windows-msvc,aarch64-unknown-linux-gnu,x86_64-unknown-linux-gnu + targets: x86_64-pc-windows-msvc,x86_64-unknown-linux-gnu - name: cargo check all targets run: | cargo check --target x86_64-unknown-linux-gnu - cargo check --target aarch64-unknown-linux-gnu cargo check --target x86_64-pc-windows-msvc build: