Skip to content

Commit b982f5e

Browse files
committed
save
1 parent ff44d56 commit b982f5e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,16 @@ jobs:
167167
if: ${{ runner.os == 'linux' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
168168
run: docker image pull kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72
169169

170-
- name: Install WSL distribution
170+
- name: Update WSL
171171
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
172172
shell: pwsh
173173
run: |
174174
wsl --update
175+
176+
- name: Install WSL distribution
177+
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
178+
shell: pwsh
179+
run: |
175180
wsl --list --online
176181
wsl --install -d Ubuntu
177182

0 commit comments

Comments
 (0)