3333 - name : Test
3434 run : cargo test
3535 build-windows-nightly-x64 :
36- name : Windows 2019 Server (≈Nightly, x64)
36+ name : Windows (≈Nightly, x64)
3737 runs-on : windows-2019
3838 steps :
3939 - uses : actions/checkout@v2
@@ -42,23 +42,23 @@ jobs:
4242 - {name: Test, run: scripts\test-nightly }
4343 - {name: Docs, run: scripts\doc }
4444 build-windows-stable-x64 :
45- name : Windows 2019 Server (Stable, x64)
45+ name : Windows (Stable, x64)
4646 runs-on : windows-2019
4747 steps :
4848 - uses : actions/checkout@v2
4949 - {name: Install, run: rustup update stable }
5050 - {name: Info, run: scripts\info-stable }
5151 - {name: Test, run: scripts\test-stable }
5252 build-windows-msrv-x64 :
53- name : Windows 2019 Server (MSRV, x64)
53+ name : Windows (MSRV, x64)
5454 runs-on : windows-2019
5555 steps :
5656 - uses : actions/checkout@v2
5757 - {name: Install, run: rustup target add x86_64-pc-windows-msvc }
5858 - {name: Info, run: scripts\info-msrv }
5959 - {name: Test, run: scripts\test-msrv }
6060 build-windows-msrv-i686 :
61- name : Windows 2019 Server (MSRV, i686)
61+ name : Windows (MSRV, i686)
6262 runs-on : windows-2019
6363 steps :
6464 - uses : actions/checkout@v2
0 commit comments