Skip to content

Commit 5820425

Browse files
committed
Add check_wsl CI workflow
1 parent 9ef771f commit 5820425

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/check_wsl.yml

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)