尝试修复build报错:ring@0.17.8: Compiler family detection failed due to error: ToolNotFound: Failed to find tool. Is `musl-gcc` installed?
build / build-rust (push) Failing after 3m49s
Details
build / build-rust (push) Failing after 3m49s
Details
This commit is contained in:
parent
54adab0e21
commit
c52a6c813c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue