Skip to content

Commit

Permalink
Check windows-sys with 1.46 as MSRV (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Jan 25, 2022
1 parent afe3252 commit 8473727
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -47,8 +47,13 @@ jobs:
cargo_sys:
name: Check windows-sys
runs-on: windows-latest
strategy:
matrix:
rust: [1.46.0, stable, nightly]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Update toolchain
run: rustup update --no-self-update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
- name: Run cargo check
run: cargo check -p windows-sys --all-features

0 comments on commit 8473727

Please sign in to comment.