소스 검색

use custom branch

Simon Krajewski 1 년 전
부모
커밋
0e2f53209d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/runci/targets/Cpp.hx

+ 1 - 1
tests/runci/targets/Cpp.hx

@@ -28,7 +28,7 @@ class Cpp {
 			final path = getHaxelibPath("hxcpp");
 			infoMsg('hxcpp has already been installed in $path.');
 		} catch(e:Dynamic) {
-			haxelibInstallGit("Aidan63", "hxcpp", "asys", true);
+			haxelibInstallGit("HaxeFoundation", "hxcpp", "coro", true);
 			final oldDir = Sys.getCwd();
 			changeDirectory(getHaxelibPath("hxcpp") + "tools/hxcpp/");
 			runCommand("haxe", ["-D", "source-header=''", "compile.hxml"]);