Skip to content

Commit d2bc62b

Browse files
committed
Use Ninja 1.7.1 in AppVeyor build
BUG= TEST=compile REF_BUG= REF_CL= REF_TIME= REF_TIME_RAW=
1 parent a7cbf72 commit d2bc62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ init:
3535
- git config --global core.autocrlf input
3636
install:
3737
- git submodule update --init --recursive
38-
- choco install ninja -version 1.6.0
38+
- choco install ninja -version 1.7.1
3939
build_script:
4040
- cd src
4141
- python build_mozc.py gyp --noqt

0 commit comments

Comments
 (0)