Skip to content

Commit 051fe64

Browse files
committed
don't install docker
1 parent 67b8b9c commit 051fe64

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,17 @@ jobs:
147147
# echo "Looking for DockerCli.exe via hardcoded path:"
148148
# ls "/c/Program Files/Docker/Docker" || true
149149

150-
- name: Install Podman?
151-
run: |
152-
echo "Installing podman via chocolatey..."
153-
choco install -y -v podman-desktop
154-
155-
echo "Looking for podman in PATH:"
156-
podman info || echo "podman not found in PATH"
150+
# - name: Install Podman?
151+
# run: |
152+
# echo "Installing podman via chocolatey..."
153+
# choco install -y -v podman-desktop
154+
#
155+
# echo "Looking for podman in PATH:"
156+
# podman info || echo "podman not found in PATH"
157+
#
158+
# echo "Dumping Program Files:"
159+
# ls "C:\Program Files\"
157160

158-
echo "Dumping Program Files:"
159-
ls "C:\Program Files\"
160161
- name: Configure Docker Images
161162
shell: bash
162163
run: |

0 commit comments

Comments
 (0)