From c52a6c813c50c36e50bb099cb3bac6f973f700ac Mon Sep 17 00:00:00 2001 From: soul-walker <31162815+soul-walker@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:07:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8Dbuild?= =?UTF-8?q?=E6=8A=A5=E9=94=99=EF=BC=9Aring@0.17.8:=20Compiler=20family=20d?= =?UTF-8?q?etection=20failed=20due=20to=20error:=20ToolNotFound:=20Failed?= =?UTF-8?q?=20to=20find=20tool.=20Is=20`musl-gcc`=20installed=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/cicd_local_test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/cicd_local_test.yml b/.gitea/workflows/cicd_local_test.yml index 9a0a72e..9ec4aad 100644 --- a/.gitea/workflows/cicd_local_test.yml +++ b/.gitea/workflows/cicd_local_test.yml @@ -34,6 +34,8 @@ jobs: cat $HOME/.cargo/config.toml ln -sf $HOME/.cargo/bin/* /usr/local/bin/ - uses: https://gitea.joylink.club/actions/rust-cache@v2 + - name: Install musl-tools + run: apt-get update && apt-get install -y musl-tools - name: build Release run: | . ~/.bashrc