重新提交用
This commit is contained in:
2
.github/workflows/22.yml
vendored
2
.github/workflows/22.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
run: cargo build --release --target x86_64-unknown-linux-gnu
|
run: cargo build --release --target x86_64-unknown-linux-gnu
|
||||||
# 可执行文件会位于 target/x86_64-unknown-linux-gnu/release/ 目录下
|
# 可执行文件会位于 target/x86_64-unknown-linux-gnu/release/ 目录下
|
||||||
|
|
||||||
- name: 为 Windows 编译 (release)
|
- name: 为 Windows 编译 (release )
|
||||||
run: cargo build --release --target x86_64-pc-windows-gnu
|
run: cargo build --release --target x86_64-pc-windows-gnu
|
||||||
# 可执行文件会位于 target/x86_64-pc-windows-gnu/release/ 目录下
|
# 可执行文件会位于 target/x86_64-pc-windows-gnu/release/ 目录下
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user