Skip to content

Commit

Permalink
Fix Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Jan 31, 2024
1 parent 868b49e commit 146b79c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,11 @@ jobs:
if: runner.os == 'Windows'
uses: seanmiddleditch/gha-setup-ninja@v4

- uses: dtolnay/rust-toolchain@stable
id: toolchain

- name: Install cargo-msrv
run: cargo install cargo-msrv
- name: Install MSRV Rust version
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.61.0 # TODO: dynamically identify MSRV

- name: Verify msrv
working-directory: ./aws-lc-rs
run: cargo msrv --log-level debug --log-target stdout verify -- cargo check --features bindgen
run: cargo +1.61.0 check --features bindgen

0 comments on commit 146b79c

Please sign in to comment.