Skip to content

Commit 6c55605

Browse files
committed
dumping chocolatey log
1 parent 51aeafc commit 6c55605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
shell: bash
143143
run: |
144144
echo "Installing docker via chocolatey..."
145-
choco install docker-desktop
145+
choco install docker-desktop || cat "/c/ProgramData/chocolatey/logs/chocolatey.log"
146146
147147
echo "Looking for DockerCli.exe via hardcoded path:"
148148
ls "/c/Program Files/Docker/Docker" || true

0 commit comments

Comments
 (0)