From eb239b659a8884e9e09b4e4cef782a132de33a68 Mon Sep 17 00:00:00 2001 From: soul-walker <31162815+soul-walker@users.noreply.github.com> Date: Sun, 15 Sep 2024 14:16:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9CICD=EF=BC=8C=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E8=BD=AF=E9=93=BE=E6=8E=A5=E5=A4=84=E7=90=86Rust?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/cicd_local_test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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