forked from Eeveid/lightOps
安装发布构建所需 Rust 目标
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user