File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -172,23 +172,21 @@ jobs:
172
172
shell : pwsh
173
173
run : |
174
174
wsl --update
175
- wsl -l -v
176
- wsl.exe --set-default-version 2
175
+ wsl --list --online
177
176
178
177
- name : Install WSL distribution
179
178
if : ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
180
179
shell : pwsh
181
180
run : |
182
- wsl --list --online
183
- wsl --install -d Ubuntu-22.04
181
+ wsl --install Ubuntu-22.04
182
+ wsl.exe --set-default-version 2
184
183
185
184
- name : Get WSL Info
186
185
if : ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
187
186
shell : pwsh
188
187
run : |
189
188
wsl -l -v
190
189
wsl --set-default-version 2
191
- wsl --list --verbose
192
190
193
191
- name : Setup E2E Tests Windows
194
192
if : ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
You can’t perform that action at this time.
0 commit comments