We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf9f35 commit 0895d91Copy full SHA for 0895d91
.github/ci/build/build_mac.sh
@@ -66,7 +66,7 @@ cn_dir=CN
66
global_dir=Global
67
68
echo zip_name: $zip_name
69
-if [ -z "$sdk_url" ]; then
+if [ -z "$sdk_url" -o "$sdk_url" = "none" ]; then
70
sdk_url_flag=false
71
echo "sdk_url is empty"
72
echo unzip_name: $unzip_name
0 commit comments