소스 검색

[AppVeyor] Haxe 3.4 is now rc2

Andy Li 8 년 전
부모
커밋
adc46ab698
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -20,7 +20,7 @@ install:
   - appveyor DownloadFile http://hxbuilds.s3-website-us-east-1.amazonaws.com/builds/haxe/windows/haxe_latest.tar.gz
   - 7z x "haxe_latest.tar.gz" -so | 7z x -aoa -si -ttar
   - RefreshEnv
-  - set PATH=%APPVEYOR_BUILD_FOLDER%\haxe-3.4.0-rc1;%PATH%
+  - set PATH=%APPVEYOR_BUILD_FOLDER%\haxe-3.4.0-rc2;%PATH%
   - neko -version
   - haxe -version