Skip to content

Commit 5423822

Browse files
committed
save
1 parent 767f50d commit 5423822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zxc-compile-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
128128
shell: pwsh
129129
run: |
130-
Start-Process 'Docker Desktop Installer.exe' -Wait install --accept-license --quiet
130+
Start-Process 'Docker Desktop Installer.exe' -Wait -ArgumentList 'install', '--accept-license', '--quiet', '--include-docker-cli'
131131
132132
133133
- name: Setup Helm

0 commit comments

Comments
 (0)