Skip to content

Commit ade0423

Browse files
committed
[ci] Workaround nightly C++ test crash (taichi-dev#5789)
1 parent 921295b commit ade0423

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/scripts/aot-demo.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ function build-and-smoke-test-android-aot-demo {
1818

1919
# Normally we checkout the master's commit Id: https://github.com/taichi-dev/taichi-aot-demo/commit/master
2020
# 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 -
21+
pushd taichi-aot-demo
22+
git checkout master
23+
popd
2224

2325
APP_ROOT=taichi-aot-demo/implicit_fem
2426
ANDROID_APP_ROOT=$APP_ROOT/android

0 commit comments

Comments
 (0)