Skip to content

Commit b3fb89e

Browse files
committed
CI: yeet WSL testing (no distributions installed)
1 parent 5d490b8 commit b3fb89e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,3 @@ jobs:
6565
- {name: Install, run: rustup target add i686-pc-windows-msvc }
6666
- {name: Info, run: scripts\info-msrv }
6767
- {name: Test, run: scripts\test-msrv-i686 }
68-
build-windows-msrv-wsl:
69-
name: Windows 2019 Server (MSRV, WSL)
70-
runs-on: windows-2019
71-
steps:
72-
- uses: actions/checkout@v2
73-
- {name: Install, run: rustup target add x86_64-pc-windows-msvc }
74-
- {name: Info, run: scripts\info-msrv }
75-
- {name: Test, run: scripts\test-msrv-wsl }

0 commit comments

Comments
 (0)