Skip to content

Commit 6b6d1c3

Browse files
committed
save
1 parent 3ff2a32 commit 6b6d1c3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
shell: pwsh
129129
run: |
130130
dir
131-
Start-Process '.\Docker%20Desktop%20Installer.exe' -Wait -ArgumentList 'install', '--accept-license', '--quiet', '--include-docker-cli'
131+
Start-Process '.\Docker%20Desktop%20Installer.exe' -Wait -ArgumentList 'install', '--accept-license', '--include-docker-cli'
132132
133133
134134
- name: Setup Helm
@@ -182,14 +182,15 @@ jobs:
182182
docker images
183183
docker context ls
184184
which docker
185+
which DockerCli.exe
185186
186187
- name: Switch to Linux mode
187188
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
188189
run: |
189190
cd /c/Windows/system32/
190-
dockercli.exe -SwitchDaemon
191+
# dockercli.exe -SwitchDaemon
191192
# cd "C:\Program Files\Docker\Docker"
192-
# DockerCli.exe -SwitchDaemon
193+
DockerCli.exe -SwitchDaemon
193194

194195

195196
- name: Setup E2E Tests

0 commit comments

Comments
 (0)