mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-06 12:58:45 +08:00
remove rustup because image don't have rustup
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user