mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 08:22:12 +00:00
Fix typo
This commit is contained in:
@@ -23,7 +23,7 @@ unzip android-sdk.zip -d ${ANDROID_SDK_ROOT}
|
||||
rm -f android-sdk.zip
|
||||
|
||||
# Check sdk manager installation
|
||||
/usr/local/lib/android/tools/bin/sdkmanager --list 1>/dev/null
|
||||
/usr/local/lib/android/sdk/tools/bin/sdkmanager --list 1>/dev/null
|
||||
if [ $? -eq 0 ]
|
||||
then
|
||||
echo "Android SDK manager was installed"
|
||||
|
||||
Reference in New Issue
Block a user