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: