Skip to content

Commit

Permalink
Use Ninja 1.7.1 in AppVeyor build
Browse files Browse the repository at this point in the history
BUG=
TEST=compile
REF_BUG=
REF_CL=
REF_TIME=
REF_TIME_RAW=
  • Loading branch information
yukawa committed Aug 21, 2016
1 parent a7cbf72 commit d2bc62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ init:
- git config --global core.autocrlf input
install:
- git submodule update --init --recursive
- choco install ninja -version 1.6.0
- choco install ninja -version 1.7.1
build_script:
- cd src
- python build_mozc.py gyp --noqt
Expand Down

0 comments on commit d2bc62b

Please sign in to comment.