File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -138,13 +138,25 @@ jobs:
138138 submodules : true
139139 - name : Setup build environment
140140 uses : ./.github/actions/setup-build
141- - name : Install Docker
141+
142+ # - name: Install Docker
143+ # run: |
144+ # echo "Installing docker via chocolatey..."
145+ # choco install -y -v docker-desktop
146+ #
147+ # echo "Looking for DockerCli.exe via hardcoded path:"
148+ # ls "/c/Program Files/Docker/Docker" || true
149+
150+ - name : Install Podman?
142151 run : |
143- echo "Installing docker via chocolatey..."
144- choco install -y -v docker-desktop
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"
145157
146- echo "Looking for DockerCli.exe via hardcoded path :"
147- ls "/c/ Program Files/Docker/Docker" || true
158+ echo "Dumping Program Files :"
159+ ls "C:\ Program Files\"
148160 - name : Configure Docker Images
149161 shell : bash
150162 run : |
You can’t perform that action at this time.
0 commit comments