Skip to content

Commit ddd4611

Browse files
committed
[Android] update ci.
1 parent 53cb339 commit ddd4611

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/ci/build/build_android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ echo pwd: `pwd`
5151
echo sdk_url: $sdk_url
5252
unzip_name=Agora_Native_SDK_for_Android_FULL_DEFAULT
5353
zip_name=Agora_Native_SDK_for_Android_FULL_DEFAULT.zip
54-
if [ -z "$sdk_url" ]; then
54+
if [ -z "$sdk_url" ] || [ "$sdk_url" = 'none' ]; then
5555
echo "sdk_url is empty"
5656
echo unzip_name: $unzip_name
5757
echo zip_name: $zip_name

0 commit comments

Comments
 (0)