Skip to content

Commit

Permalink
package/ci: use Ninja 1.11 on Windows to fix it with UTF-8 filenames.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Jan 6, 2023
1 parent 82c1d0c commit e224b5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/ci/appveyor-cache-reset.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Increase this number every time you want to reset AppVeyor cache.
# http://help.appveyor.com/discussions/questions/1310-delete-cache
0
1
4 changes: 3 additions & 1 deletion package/ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ environment:
install:
# Ninja. `cinst ninja` started 503ing in late November 2019 and wasn't really
# reliable before either. So install by hand, as that's reliable always.
- 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
# Version 1.11 needed to make UTF-8 work with corrade_add_resource():
# https://github.com/ninja-build/ninja/pull/1915
- 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
- 7z x ninja-win.zip -oC:/tools/ninja

- set PATH=C:/tools/ninja;%PATH%
Expand Down

0 comments on commit e224b5e

Please sign in to comment.