尝试修复build报错:ring@0.17.8: Compiler family detection failed due to error: ToolNotFound: Failed to find tool. Is musl-gcc installed?
Some checks failed
build / build-rust (push) Failing after 3m49s

This commit is contained in:
soul-walker 2024-09-23 14:07:03 +08:00
parent 54adab0e21
commit c52a6c813c

View File

@ -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