diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index dd99793..54f1d80 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -78,9 +78,6 @@ jobs: cargo run zigbuild --manifest-path tests/zstd-rs/Cargo.toml --features bindgen --target aarch64-unknown-linux-gnu cargo run zigbuild --manifest-path tests/zstd-rs/Cargo.toml --features bindgen --target x86_64-pc-windows-gnu cargo run zigbuild --manifest-path tests/zstd-rs/Cargo.toml --features bindgen --target aarch64-apple-darwin - cargo run zigbuild --manifest-path tests/bindgen-exhaustive/Cargo.toml --target aarch64-unknown-linux-gnu - cargo run zigbuild --manifest-path tests/bindgen-exhaustive/Cargo.toml --target x86_64-pc-windows-gnu - cargo run zigbuild --manifest-path tests/bindgen-exhaustive/Cargo.toml --target aarch64-apple-darwin - name: macOS - Test build run: | cargo run zigbuild --target aarch64-apple-darwin