Skip to content

Commit a640ac5

Browse files
committed
Merge remote-tracking branch 'origin/master' into elf-refactoring
# Conflicts: # .github/workflows/check_wsl.yml
2 parents e712f3c + fc0a8f7 commit a640ac5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/check_wsl.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ jobs:
66
build:
77
runs-on: windows-latest
88
steps:
9+
- uses: Vampire/setup-wsl@v3
10+
with:
11+
distribution: Ubuntu-22.04
912
- name: List installed WSL distributions
10-
run: wsl -l -v
13+
run: wsl -l -v

0 commit comments

Comments
 (0)