Skip to content

Commit

Permalink
Install nightly Rust on CI for install cargo-hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Oct 8, 2021
1 parent 499004f commit e55ec59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/azure-test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

- ${{ if eq(parameters.cmd, 'test') }}:
- script: |
# Cargo-hack's dependency bitflags has a higher MSVR then us.
rustup install nightly
rustup run nightly cargo install cargo-hack
cargo hack check --feature-powerset
displayName: Check feature powerset
Expand Down

0 comments on commit e55ec59

Please sign in to comment.