Skip to content

Commit ba9c1a1

Browse files
committed
Add symlink for Docker socket in CI workflow to ensure proper Docker communication
1 parent 0745f4a commit ba9c1a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_cmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
colima-network-address: false
4141
- name: Log Docker and Colima versions
4242
run: |
43+
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
4344
echo "Colima version: ${{ steps.setup-docker.outputs.colima-version }}"
4445
echo "Docker client version: ${{ steps.setup-docker.outputs.docker-client-version }}"
4546
- name: Verify Docker

0 commit comments

Comments
 (0)