安装发布构建所需 Rust 目标
Some checks failed
发布 Linux 二进制 / release-linux-x86_64 (push) Failing after 3m8s

This commit is contained in:
2026-05-25 17:59:17 +08:00
parent a97ec39a1c
commit 61e7800b51
2 changed files with 6 additions and 0 deletions

View File

@@ -77,6 +77,9 @@ jobs:
fi
rustc -V
cargo -V
if command -v rustup >/dev/null 2>&1; then
rustup target add x86_64-unknown-linux-gnu
fi
- name: 构建发布包
run: |