Skip to content

Commit b430bca

Browse files
author
HeZhengQing
committed
[FIX] mac ci scripts
1 parent cfaff46 commit b430bca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)