We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921295b commit ade0423Copy full SHA for ade0423
.github/workflows/scripts/aot-demo.sh
@@ -18,7 +18,9 @@ function build-and-smoke-test-android-aot-demo {
18
19
# Normally we checkout the master's commit Id: https://github.com/taichi-dev/taichi-aot-demo/commit/master
20
# As for why we need this explicit commit Id here, refer to: https://docs.taichi-lang.org/docs/master/contributor_guide#handle-special-ci-failures
21
- cd taichi-aot-demo && git checkout 82aaecb9224ac24baf4abfdb5e94f1c6edb464c3 && cd -
+ pushd taichi-aot-demo
22
+ git checkout master
23
+ popd
24
25
APP_ROOT=taichi-aot-demo/implicit_fem
26
ANDROID_APP_ROOT=$APP_ROOT/android
0 commit comments