We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6da3d commit fc2a0ddCopy full SHA for fc2a0dd
.github/workflows/scripts/aot-demo.sh
@@ -5,8 +5,8 @@ export TI_SKIP_VERSION_CHECK=ON
5
export TI_CI=1
6
7
# IF YOU PIN THIS TO A COMMIT/BRANCH, YOU'RE RESPONSIBLE TO REVERT IT BACK TO MASTER ONCE MERGED.
8
-export TAICHI_AOT_DEMO_URL=https://github.com/taichi-dev/taichi-aot-demo
9
-export TAICHI_AOT_DEMO_BRANCH=master
+export TAICHI_AOT_DEMO_URL=https://github.com/PENGUINLIONG/taichi-aot-demo
+export TAICHI_AOT_DEMO_BRANCH=refactor
10
11
export TAICHI_UNITY2_URL=https://github.com/taichi-dev/taichi-unity2
12
export TAICHI_UNITY2_BRANCH=main
0 commit comments