ci: remove arm64 from check job (no cross-compiler available)

pull/2/head
jackwener 2026-04-16 23:40:28 +08:00
parent ee1da2ffa6
commit 2170db93eb
1 changed files with 1 additions and 2 deletions

View File

@ -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: