浏览代码

[AppVeyor] Added -y to cinst. It is required by the next version of chocolatey.

Andy Li 10 年之前
父节点
当前提交
540c0cc318
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -35,7 +35,7 @@ install:
     - '%CYG_ROOT%/bin/bash -lc "godi_add godi-zip"'
     - 'set PATH=%PATH%;%CYG_ROOT%/opt/wodi%WODI_ARCH%/bin'
     # Install neko
-    - cinst make
+    - cinst make -y
     - 'git clone --recursive https://github.com/HaxeFoundation/neko.git %NEKO_ROOT%'
     - 'cd %NEKO_ROOT%'
     - set PATH=%PATH%;%NEKO_ROOT%/bin