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