From ad7341b10caa6a908b17672ad7256541f2cf74a6 Mon Sep 17 00:00:00 2001 From: jim19930609 Date: Wed, 22 Nov 2023 10:21:11 +0800 Subject: [PATCH] bug fix --- .github/workflows/scripts/aot-demo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scripts/aot-demo.sh b/.github/workflows/scripts/aot-demo.sh index 4c12111156304..14ecf441f9aa9 100755 --- a/.github/workflows/scripts/aot-demo.sh +++ b/.github/workflows/scripts/aot-demo.sh @@ -6,13 +6,13 @@ export TI_CI=1 # IF YOU PIN THIS TO A COMMIT/BRANCH, YOU'RE RESPONSIBLE TO REVERT IT BACK TO MASTER ONCE MERGED. export TAICHI_AOT_DEMO_URL=https://github.com/taichi-dev/taichi-aot-demo -export TAICHI_AOT_DEMO_BRANCH=update_cgraph_api +export TAICHI_AOT_DEMO_BRANCH=master export TAICHI_UNITY2_URL=https://github.com/taichi-dev/taichi-unity2 export TAICHI_UNITY2_BRANCH=main export TAICHI_UNITY_EXAMPLE_URL=https://github.com/taichi-dev/Taichi-UnityExample -export TAICHI_UNITY_EXAMPLE_BRANCH=update_cgraph_api +export TAICHI_UNITY_EXAMPLE_BRANCH=main . $(dirname $0)/common-utils.sh