You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package/ci/appveyor.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,9 @@ environment:
111
111
install:
112
112
# Ninja. `cinst ninja` started 503ing in late November 2019 and wasn't really
113
113
# reliable before either. So install by hand, as that's reliable always.
114
-
- IF NOT EXIST %APPVEYOR_BUILD_FOLDER%\ninja-win.zip appveyor DownloadFile https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-win.zip
114
+
# Version 1.11 needed to make UTF-8 work with corrade_add_resource():
115
+
# https://github.com/ninja-build/ninja/pull/1915
116
+
- IF NOT EXIST %APPVEYOR_BUILD_FOLDER%\ninja-win.zip appveyor DownloadFile https://github.com/ninja-build/ninja/releases/download/v1.11.0/ninja-win.zip
0 commit comments