We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1da2f commit 2170db9Copy full SHA for 2170db9
1 file changed
.github/workflows/release.yml
@@ -13,12 +13,11 @@ jobs:
13
14
- uses: dtolnay/rust-toolchain@stable
15
with:
16
- 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
17
18
- name: cargo check all targets
19
run: |
20
cargo check --target x86_64-unknown-linux-gnu
21
- cargo check --target aarch64-unknown-linux-gnu
22
cargo check --target x86_64-pc-windows-msvc
23
24
build:
0 commit comments