Skip to content

Commit a196532

Browse files
committed
save
1 parent e146685 commit a196532

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,10 @@ jobs:
7676
run: |
7777
wsl --update
7878
wsl --list --online
79+
wsl --install -d Ubuntu -n
7980
wsl --set-default-version 2
8081
8182
82-
- name: WSL Install
83-
uses: Vampire/setup-wsl@v3
84-
if: ${{ runner.os == 'Windows' && (inputs.enable-unit-tests || inputs.enable-e2e-tests) && !cancelled() && !failure() }}
85-
with:
86-
distribution: Ubuntu-22.04
87-
set-as-default: 'true'
88-
8983
- name: Set WSL Version 2
9084
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
9185
shell: pwsh
@@ -101,8 +95,6 @@ jobs:
10195
ls -ltr
10296
uname -a
10397
104-
105-
10698
- name: Get WSL Info
10799
if: ${{ runner.os == 'Windows' && inputs.enable-e2e-tests && !cancelled() && !failure() }}
108100
shell: pwsh

0 commit comments

Comments
 (0)