mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Auto merge of #4621 - JohnTitor:fix-windows, r=phansch
Use windows-sdk-10.1 to avoid installation failure This fixes installation failure on Windows on Travis but we need to fix rustfmt issue first to pass the CI completely. changelog: none
This commit is contained in:
commit
933df2ab8e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ install:
|
|||
npm install remark-cli remark-lint
|
||||
fi
|
||||
if [ "$TRAVIS_OS_NAME" == "windows" ]; then
|
||||
choco install windows-sdk-10.0
|
||||
choco install windows-sdk-10.1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue