Skip to content

Commit a4a90f6

Browse files
committed
* fix incorrect blacklist
1 parent 5487e06 commit a4a90f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/build_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
# 定义不同平台的黑名单
88

99
blacklist_linux=()
10-
blacklist_maixcam=("app_yoloworld" "app_vlm" "app_mono_depth_estimation", "app_chat", "app_speech")
10+
blacklist_maixcam=("app_yoloworld" "app_vlm" "app_mono_depth_estimation" "app_chat" "app_speech")
1111
blacklist_maixcam2=("app_mouse_simulator")
1212

1313
#############################################

0 commit comments

Comments
 (0)