From d261fa7b8721ac87e0fad5e26ca14c2e2dc7ebc6 Mon Sep 17 00:00:00 2001 From: Yi Xu Date: Mon, 9 Jan 2023 18:05:24 +0800 Subject: [PATCH] Revert changes to aot-demo.sh --- .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 c5aab065e2654..aae010ddd0f97 100755 --- a/.github/workflows/scripts/aot-demo.sh +++ b/.github/workflows/scripts/aot-demo.sh @@ -5,8 +5,8 @@ export TI_SKIP_VERSION_CHECK=ON 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/strongoier/taichi-aot-demo -export TAICHI_AOT_DEMO_BRANCH=rotation2d +export TAICHI_AOT_DEMO_URL=https://github.com/taichi-dev/taichi-aot-demo +export TAICHI_AOT_DEMO_BRANCH=master export TAICHI_UNITY2_URL=https://github.com/taichi-dev/taichi-unity2 export TAICHI_UNITY2_BRANCH=main