Change windows SDK location

This commit is contained in:
DarkPhoenix
2020-02-02 02:03:23 +03:00
parent c0e1f7e746
commit 84b4d8fabb

View File

@@ -42,8 +42,7 @@ install:
- ps: "ls \"C:\\projects\\$env:APPVEYOR_PROJECT_SLUG\\\""
- ECHO "Installed SDKs:"
- ps: "ls \"C:\\Program Files\\Microsoft SDKs\\\""
- ps: "ls \"C:\\Program Files\\Microsoft SDKs\\Windows\\\""
- ps: "ls \"C:\\Program Files\\Windows Kits\\\""
# Prepend newly installed Python to the PATH of this build (this cannot be
# done from inside the powershell script as it would require to restart