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