We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e712f3c + fc0a8f7 commit a640ac5Copy full SHA for a640ac5
.github/workflows/check_wsl.yml
@@ -6,5 +6,8 @@ jobs:
6
build:
7
runs-on: windows-latest
8
steps:
9
+ - uses: Vampire/setup-wsl@v3
10
+ with:
11
+ distribution: Ubuntu-22.04
12
- name: List installed WSL distributions
- run: wsl -l -v
13
+ run: wsl -l -v
0 commit comments