Skip to content

Commit 67b8b9c

Browse files
committed
switch to podman
1 parent 8d8e106 commit 67b8b9c

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)