Skip to content

Commit 51aeafc

Browse files
committed
ugh, docker-cli isn't what we want...it's docker-desktop 🙄
1 parent c087634 commit 51aeafc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/ci.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ jobs:
141141
- name: Configure Docker Images
142142
shell: bash
143143
run: |
144-
echo "Installing docker-cli via chocolatey..."
145-
choco install docker-cli
144+
echo "Installing docker via chocolatey..."
145+
choco install docker-desktop
146146
147147
echo "Looking for DockerCli.exe via hardcoded path:"
148-
ls "/c/ProgramData/chocolatey/lib/docker-cli" || true
148+
ls "/c/Program Files/Docker/Docker" || true
149149
150150
echo "Building Docker images"
151151
./docker-images/build-images.sh mingw-x64

0 commit comments

Comments
 (0)