From 945c6f43f81244f676667693b027066fd0836dc1 Mon Sep 17 00:00:00 2001 From: Zhanlue Yang Date: Fri, 18 Nov 2022 16:56:03 +0800 Subject: [PATCH] [aot] Modify Unity CI to track master branch of Taichi-Unity (#6655) Issue: # ### Brief Summary --- .github/workflows/scripts/aot-demo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/aot-demo.sh b/.github/workflows/scripts/aot-demo.sh index d7efd3569ee08..a591eb81b3f86 100755 --- a/.github/workflows/scripts/aot-demo.sh +++ b/.github/workflows/scripts/aot-demo.sh @@ -43,7 +43,7 @@ function prepare-unity-build-env { cd taichi # Dependencies - git clone --reference-if-able /var/lib/git-cache -b upgrade-modules2 https://github.com/taichi-dev/Taichi-UnityExample + git clone --reference-if-able /var/lib/git-cache https://github.com/taichi-dev/Taichi-UnityExample python misc/generate_unity_language_binding.py cp c_api/unity/*.cs Taichi-UnityExample/Assets/Taichi/Generated