mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
Use windows-sdk-10.1 to avoid installation failure
This commit is contained in:
parent
737f0a6bb5
commit
2af1995696
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…
Add table
Reference in a new issue