Skip to content

Commit 8861f3e

Browse files
committed
save
1 parent a74c418 commit 8861f3e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,17 @@ jobs:
166166
docker images
167167
docker context ls
168168
which docker
169+
cd /c/Windows/system32/
170+
ls -ltr docker*
169171
170172
- name: Switch to Linux mode
171173
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
172-
shell: pwsh
173174
run: |
174-
cd "C:\Program Files\Docker\Docker"
175-
DockerCli.exe -SwitchDaemon
175+
cd /c/Windows/system32/
176+
dockercli.exe -SwitchDaemon
177+
# cd "C:\Program Files\Docker\Docker"
178+
# DockerCli.exe -SwitchDaemon
179+
176180

177181
- name: Setup E2E Tests
178182
if: ${{ inputs.enable-e2e-tests && !cancelled() && !failure() }}

0 commit comments

Comments
 (0)