From 84b4d8fabbf971b8e7c2666b22f59a878e14fde7 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Sun, 2 Feb 2020 02:03:23 +0300 Subject: [PATCH] Change windows SDK location --- .appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 1a8a7ec84..35ccd1ee1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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