Skip to content

Commit 3e58e5d

Browse files
committed
save
1 parent 67f3e17 commit 3e58e5d

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
@@ -170,7 +170,8 @@ jobs:
170170
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
171171
shell: pwsh
172172
run: |
173-
docker context update desktop-linux
173+
cd "C:\Program Files\Docker\Docker"
174+
DockerCli.exe -SwitchDaemon
174175
175176
- name: Setup E2E Tests
176177
if: ${{ inputs.enable-e2e-tests && !cancelled() && !failure() }}

0 commit comments

Comments
 (0)