fix: cicd-调整9
Some checks failed
JT808 CI/CD / build-and-deploy (push) Failing after 1s

This commit is contained in:
lzh
2025-12-12 16:20:09 +08:00
parent 2a5a98f870
commit 26806bac3f

View File

@@ -10,8 +10,7 @@ jobs:
runs-on: xw-runner
container:
image: catthehacker/ubuntu:act-latest
# 必须挂载 docker.sock 才能在容器内控制宿主机 Docker
options: -v /var/run/docker.sock:/var/run/docker.sock
# Runner 可能已默认挂载 docker.sock,如遇权限问题再尝试添加 options: --user root
steps:
# 1. 手动检出代码 (零外部依赖,解决拉取 Action 慢的问题)
- name: Checkout (Native)