debug(ci): 添加 Docker 安装调试信息

This commit is contained in:
2026-07-19 21:24:03 +08:00
parent f8e24ffdf0
commit 8abd750dfb
+3
View File
@@ -34,6 +34,9 @@ jobs:
run: |
apt-get update -qq
apt-get install -y -qq docker.io
which docker || echo "Docker not in PATH"
ls -la /usr/bin/docker || echo "Docker binary not found"
docker --version || echo "Docker command failed"
- name: Build with Maven
run: mvn clean package -DskipTests -B