From 41bf417fe1a669f532ca9bb5b0bc1bceebab9eef Mon Sep 17 00:00:00 2001 From: Bob Cao Date: Mon, 12 Dec 2022 11:10:49 -0800 Subject: [PATCH] Revert back to master after #6843 merged The API update has been merged into aot-demo repo --- .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 f4bcdfdeb5653..feec32c84e259 100755 --- a/.github/workflows/scripts/aot-demo.sh +++ b/.github/workflows/scripts/aot-demo.sh @@ -17,7 +17,7 @@ function build-and-smoke-test-android-aot-demo { rm -rf taichi-aot-demo # IF YOU PIN THIS TO A COMMIT/BRANCH, YOU'RE RESPONSIBLE TO REVERT IT BACK TO MASTER ONCE MERGED. - git clone https://github.com/bobcao3/taichi-aot-demo + git clone https://github.com/taichi-dev/taichi-aot-demo APP_ROOT=taichi-aot-demo/implicit_fem ANDROID_APP_ROOT=$APP_ROOT/android