diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a58490666c7..9e39d4d5712 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -263,13 +263,6 @@ jobs: - name: Check compilation for freebsd run: cargo check --target x86_64-unknown-freebsd ${{ env.CARGO_ARGS_NO_SSL }} - - uses: dtolnay/rust-toolchain@stable - with: - target: x86_64-unknown-freebsd - - - name: Check compilation for freeBSD - run: cargo check --target x86_64-unknown-freebsd ${{ env.CARGO_ARGS_NO_SSL }} - - uses: dtolnay/rust-toolchain@stable with: target: wasm32-wasip2