修改CICD
All checks were successful
build / build-rust (push) Successful in 2m14s

This commit is contained in:
soul-walker 2024-09-15 14:27:11 +08:00
parent b868507bb0
commit e0169dfc06

View File

@ -36,6 +36,7 @@ jobs:
- uses: https://gitea.joylink.club/actions/rust-cache@v2
- name: build Release
run: |
. ~/.bashrc
echo $PATH
rustup target add x86_64-unknown-linux-musl
cargo build --release --target x86_64-unknown-linux-musl