We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f59fc commit fc0a8f7Copy full SHA for fc0a8f7
.github/workflows/check_wsl.yml
@@ -8,6 +8,6 @@ jobs:
8
steps:
9
- uses: Vampire/setup-wsl@v3
10
with:
11
- distribution: Ubuntu
+ distribution: Ubuntu-22.04
12
- name: List installed WSL distributions
13
- run: wsl -l -v
+ run: wsl -l -v
0 commit comments