Skip to content

Commit 3d72329

Browse files
committed
save
1 parent a196532 commit 3d72329

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,14 @@ jobs:
7878
wsl --list --online
7979
wsl --install -d Ubuntu -n
8080
wsl --set-default-version 2
81-
8281
8382
- name: Set WSL Version 2
8483
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
8584
shell: pwsh
8685
run: |
8786
wsl --list --online
8887
wsl --set-default-version 2
89-
wsl --set-default Ubuntu
88+
wsl -l -v
9089
9190
- shell: wsl-bash {0}
9291
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}

0 commit comments

Comments
 (0)