Skip to content

Commit 767f50d

Browse files
committed
save
1 parent f70d046 commit 767f50d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,10 @@ jobs:
125125
126126
- name: Install Docker Desktop for Windows
127127
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
128+
shell: pwsh
128129
run: |
129-
Docker%20Desktop%20Installer.exe install
130+
Start-Process 'Docker Desktop Installer.exe' -Wait install --accept-license --quiet
131+
130132
131133
- name: Setup Helm
132134
uses: azure/setup-helm@29960d0f5f19214b88e1d9ba750a9914ab0f1a2f # v4.0.0

0 commit comments

Comments
 (0)