pull firstly

This commit is contained in:
alex 2026-07-14 13:40:57 +08:00
parent 946c0e59de
commit f736736432

View File

@ -14,6 +14,7 @@ jobs:
working-directory: /usr/local/gitea-workflow/workspace/sdlan-lib-rs working-directory: /usr/local/gitea-workflow/workspace/sdlan-lib-rs
run: | run: |
flock -n build.lock -c ' flock -n build.lock -c '
git pull
rm /usr/local/gitea-workflow/workspace/sdlan-lib-rs/target/x86_64-unknown-linux-musl/debian/*.deb || true rm /usr/local/gitea-workflow/workspace/sdlan-lib-rs/target/x86_64-unknown-linux-musl/debian/*.deb || true
rm /usr/local/gitea-workflow/workspace/sdlan-lib-rs/target/aarch64-unknown-linux-musl/debian/*.deb || true rm /usr/local/gitea-workflow/workspace/sdlan-lib-rs/target/aarch64-unknown-linux-musl/debian/*.deb || true
make deb-musl make deb-musl