瀏覽代碼

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"]);