Skip to content

Commit 0895d91

Browse files
author
HeZhengQing
committed
[FIX] mac ci scripts
1 parent baf9f35 commit 0895d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ci/build/build_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ cn_dir=CN
6666
global_dir=Global
6767

6868
echo zip_name: $zip_name
69-
if [ -z "$sdk_url" ]; then
69+
if [ -z "$sdk_url" -o "$sdk_url" = "none" ]; then
7070
sdk_url_flag=false
7171
echo "sdk_url is empty"
7272
echo unzip_name: $unzip_name

0 commit comments

Comments
 (0)