Browse Source

use custom branch

Simon Krajewski 1 năm trước cách đây
mục cha
commit
0e2f53209d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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");
 			final path = getHaxelibPath("hxcpp");
 			infoMsg('hxcpp has already been installed in $path.');
 			infoMsg('hxcpp has already been installed in $path.');
 		} catch(e:Dynamic) {
 		} catch(e:Dynamic) {
-			haxelibInstallGit("Aidan63", "hxcpp", "asys", true);
+			haxelibInstallGit("HaxeFoundation", "hxcpp", "coro", true);
 			final oldDir = Sys.getCwd();
 			final oldDir = Sys.getCwd();
 			changeDirectory(getHaxelibPath("hxcpp") + "tools/hxcpp/");
 			changeDirectory(getHaxelibPath("hxcpp") + "tools/hxcpp/");
 			runCommand("haxe", ["-D", "source-header=''", "compile.hxml"]);
 			runCommand("haxe", ["-D", "source-header=''", "compile.hxml"]);