keep fixing CI 3

This commit is contained in:
irving
2025-10-04 00:32:40 -04:00
parent 7e07dfa816
commit da8ebfca61

View File

@@ -16,7 +16,8 @@ jobs:
runs-on: docker
container:
image: debian:bookworm-slim
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
# act_runner already mounts the Docker socket; avoid duplicating it
options: --privileged
steps:
- name: Prepare tools via Tencent mirrors (apt)
shell: bash