Skip to content

Commit 67f3e17

Browse files
committed
save
1 parent 6ef5f5b commit 67f3e17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,13 @@ jobs:
164164
run: |
165165
docker version
166166
docker images
167+
docker context ls
167168
168169
- name: Switch to Linux mode
169170
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
170171
shell: pwsh
171172
run: |
172-
$Env:ProgramFiles\Docker\Docker\DockerCli.exe -SwitchLinuxEngine
173+
docker context update desktop-linux
173174
174175
- name: Setup E2E Tests
175176
if: ${{ inputs.enable-e2e-tests && !cancelled() && !failure() }}

0 commit comments

Comments
 (0)