Skip to content

Commit 5002611

Browse files
yufengwangcapull[bot]
authored andcommitted
Fix android build failure in CI (#27046)
1 parent a2cd55d commit 5002611

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/full-android.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ jobs:
113113
run: |
114114
./scripts/run_in_build_env.sh \
115115
"./scripts/build/build_examples.py --target android-arm64-tv-server build"
116+
- name: Clean out build output
117+
run: rm -rf ./out
116118
- name: Build Android arm64-chip-tool
117119
run: |
118120
./scripts/run_in_build_env.sh \

0 commit comments

Comments
 (0)