diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aee95f5..e43ac2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,12 +13,10 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: - targets: x86_64-pc-windows-msvc,x86_64-unknown-linux-gnu + targets: x86_64-unknown-linux-gnu - - name: cargo check all targets - run: | - cargo check --target x86_64-unknown-linux-gnu - cargo check --target x86_64-pc-windows-msvc + - name: cargo check linux target + run: cargo check --target x86_64-unknown-linux-gnu build: needs: check