Fix path to windows SDK once again

This commit is contained in:
DarkPhoenix
2020-02-02 02:38:26 +03:00
parent 84b4d8fabb
commit 6e38b6ea4d

View File

@@ -42,7 +42,7 @@ install:
- ps: "ls \"C:\\projects\\$env:APPVEYOR_PROJECT_SLUG\\\""
- ECHO "Installed SDKs:"
- ps: "ls \"C:\\Program Files\\Windows Kits\\\""
- ps: "ls \"C:\\Program Files (x86)\\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