File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments