We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d490b8 commit b3fb89eCopy full SHA for b3fb89e
.github/workflows/rust.yml
@@ -65,11 +65,3 @@ jobs:
65
- {name: Install, run: rustup target add i686-pc-windows-msvc }
66
- {name: Info, run: scripts\info-msrv }
67
- {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