diff --git a/.appveyor.yml b/.appveyor.yml index 35ccd1ee1..27b62f4ba 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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