summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2019-09-26 12:39:28 +0700
committer GitHub <noreply@github.com>2019-09-26 12:39:28 +0700
commitd79b2fcf30a8e5f455bda41fa831278a92d7fa4a (patch)
treeb8e2fd7f43072a4841a9faa85c2608d838c6e0ea
parent88dd01b95d6fc2ee8c126f720b7c90105f08fe0c (diff)
try again (nw)
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 4b45fb2fb83..ef6f1da772f 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -26,7 +26,7 @@ install:
- set "PATH=C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\Windows\System32;C:\Windows;%PATH%"
- set MSYSTEM=MINGW64
- set PreferredToolArchitecture=x64
- - WebpiCmd /Install /Products:"Windows 8.1 SDK"
+ - cinst windows-sdk-8.1
build_script:
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && make SUBTARGET=tiny PTR64=1 TOOLS=1 OPTIMIZE=0 vs2017 -j4"