We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef771f commit 5820425Copy full SHA for 5820425
.github/workflows/check_wsl.yml
@@ -0,0 +1,10 @@
1
+name: check_wsl
2
+on:
3
+ # Run this workflow only manually
4
+ workflow_dispatch:
5
+jobs:
6
+ build:
7
+ runs-on: windows-latest
8
+ steps:
9
+ - name: List installed WSL distributions
10
+ run: wsl -l -v
0 commit comments