This commit is contained in:
chenwj 2024-09-03 10:05:52 +08:00
parent 07970dd503
commit 5ffb057656
1 changed files with 1 additions and 1 deletions

View File

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