We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c087634 commit 51aeafcCopy full SHA for 51aeafc
‎.github/workflows/ci.yaml‎
@@ -141,11 +141,11 @@ jobs:
141
- name: Configure Docker Images
142
shell: bash
143
run: |
144
- echo "Installing docker-cli via chocolatey..."
145
- choco install docker-cli
+ echo "Installing docker via chocolatey..."
+ choco install docker-desktop
146
147
echo "Looking for DockerCli.exe via hardcoded path:"
148
- ls "/c/ProgramData/chocolatey/lib/docker-cli" || true
+ ls "/c/Program Files/Docker/Docker" || true
149
150
echo "Building Docker images"
151
./docker-images/build-images.sh mingw-x64
0 commit comments