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 56b4f94 commit 03605e3Copy full SHA for 03605e3
.github/workflows/scripts/install-and-build-with-sdk.sh
@@ -556,7 +556,7 @@ install_android_sdk() {
556
557
local android_sdk_bundle_name="${ANDROID_SDK_TAG}_android${android_sdk_suffix}.artifactbundle"
558
# FIXME: next SDK will remove the "_" from the name
559
- local android_sdk_bundle_dir=$(echo ${android_sdk_bundle_name}| sed 's;_android;-android;g')
+ local android_sdk_bundle_dir="${android_sdk_bundle_name//_android/-android}"
560
local android_sdk_filename="${android_sdk_bundle_name}.tar.gz"
561
local sdk_url="${ANDROID_SDK_DOWNLOAD_ROOT}/${ANDROID_SDK_TAG}/${android_sdk_filename}"
562
0 commit comments