| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2784e40 commit 9717b8d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,6 +35,12 @@ jobs: | |||
| 35 | 35 | python-version: ${{ matrix.python-version }} | |
| 36 | 36 | allow-prereleases: ${{ matrix.experimental }} | |
| 37 | 37 | ||
| 38 | + - name: Set up WSL | ||
| 39 | + if: startsWith(matrix.os, 'windows') | ||
| 40 | + uses: Vampire/setup-wsl@v2.0.2 | ||
| 41 | + with: | ||
| 42 | + distribution: Debian | ||
| 43 | + | ||
| 38 | 44 | - name: Prepare this repo for tests | |
| 39 | 45 | run: | | |
| 40 | 46 | ./init-tests-after-clone.sh | |
| Back | FazBrowse Home | New Git URL |
0 commit comments