We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff44d56 commit b982f5eCopy full SHA for b982f5e
.github/workflows/zxc-compile-code.yaml
@@ -167,11 +167,16 @@ jobs:
167
if: ${{ runner.os == 'linux' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
168
run: docker image pull kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72
169
170
- - name: Install WSL distribution
+ - name: Update WSL
171
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
172
shell: pwsh
173
run: |
174
wsl --update
175
+
176
+ - name: Install WSL distribution
177
+ if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
178
+ shell: pwsh
179
+ run: |
180
wsl --list --online
181
wsl --install -d Ubuntu
182
0 commit comments