remove rustup because image don't have rustup

This commit is contained in:
2026-04-05 14:55:14 +08:00
parent 2c510d5285
commit d5f8193418

View File

@@ -65,7 +65,7 @@ jobs:
-e "CXX_${target_env}=zig c++" \
-e "AR_${target_env}=zig ar" \
ghcr.io/rust-cross/cargo-zigbuild:latest \
sh -lc "rustup target add ${target} && cargo zigbuild --release --target ${target}"
sh -lc "cargo zigbuild --release --target ${target}"
version=${{ github.event.release.tag_name }}
cd target/${{ matrix.arch }}/release