Skip to content

Commit 2170db9

Browse files
committed
ci: remove arm64 from check job (no cross-compiler available)
1 parent ee1da2f commit 2170db9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ jobs:
1313

1414
- uses: dtolnay/rust-toolchain@stable
1515
with:
16-
targets: x86_64-pc-windows-msvc,aarch64-unknown-linux-gnu,x86_64-unknown-linux-gnu
16+
targets: x86_64-pc-windows-msvc,x86_64-unknown-linux-gnu
1717

1818
- name: cargo check all targets
1919
run: |
2020
cargo check --target x86_64-unknown-linux-gnu
21-
cargo check --target aarch64-unknown-linux-gnu
2221
cargo check --target x86_64-pc-windows-msvc
2322
2423
build:

0 commit comments

Comments
 (0)