Skip to content

Commit f65743b

Browse files
committed
save
1 parent 3b72955 commit f65743b

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
@@ -117,10 +117,12 @@ jobs:
117117
- name: WSL Install
118118
uses: Vampire/setup-wsl@v3
119119
if: ${{ runner.os == 'Windows' && (inputs.enable-unit-tests || inputs.enable-e2e-tests) && !cancelled() && !failure() }}
120+
with:
121+
distribution: Ubuntu-22.04
122+
set-as-default: 'true'
120123

121124
- name: Get WSL Info
122125
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
123-
shell: pwsh
124126
run: |
125127
wsl --version
126128
wsl --list --verbose

0 commit comments

Comments
 (0)