diff --git a/.gitea/workflows/cicd_local_test.yml b/.gitea/workflows/cicd_local_test.yml index 15357fa..e3b84e1 100644 --- a/.gitea/workflows/cicd_local_test.yml +++ b/.gitea/workflows/cicd_local_test.yml @@ -32,11 +32,10 @@ jobs: echo '[net]' >> ~/.cargo/config.toml echo 'git-fetch-with-cli = true' >> ~/.cargo/config.toml cat $HOME/.cargo/config.toml + sudo ln -sf $HOME/.cargo/bin/* /usr/local/bin/ - uses: https://gitea.joylink.club/actions/rust-cache@v2 - name: build Release run: | - cat ~/.bashrc - . ~/.bashrc echo $PATH rustup target add x86_64-unknown-linux-musl cargo build --release --target x86_64-unknown-linux-musl