Skip to content

Commit 933df2a

Browse files
committed
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
2 parents 249b6ca + 2af1995 commit 933df2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install:
3030
npm install remark-cli remark-lint
3131
fi
3232
if [ "$TRAVIS_OS_NAME" == "windows" ]; then
33-
choco install windows-sdk-10.0
33+
choco install windows-sdk-10.1
3434
fi
3535
fi
3636

0 commit comments

Comments
 (0)