Skip to content

Commit

Permalink
Use windows-sdk-10.1 to avoid installation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Oct 3, 2019
1 parent 361cfd7 commit b66d724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ before_install:
- set -e
- |
if [ $TRAVIS_OS_NAME = windows ]; then
choco install windows-sdk-10.0
choco install windows-sdk-10.1
fi
if [[ ! -z "$CARGO_SMOKE" ]]; then
which cargo-audit || cargo install --debug cargo-audit
Expand Down

0 comments on commit b66d724

Please sign in to comment.