fix:
This commit is contained in:
parent
07970dd503
commit
5ffb057656
|
|
@ -12,8 +12,8 @@ jobs:
|
|||
with:
|
||||
cache: false
|
||||
- run: |
|
||||
apt update && apt install -y musl-tools
|
||||
rustup target add x86_64-unknown-linux-musl
|
||||
apt install -y musl-tools
|
||||
cargo build -r --target x86_64-unknown-linux-musl
|
||||
- name: Login to hub.airpig.cn
|
||||
uses: https://gitea.com/docker/login-action@v3
|
||||
|
|
|
|||
Loading…
Reference in New Issue