Skip to content

Commit 80c28c5

Browse files
authored
Update action.yml
1 parent 5ff7ae3 commit 80c28c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install-android-dependencies/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ runs:
2828
Expand-Archive -Path "commandlinetools.zip" -DestinationPath $targetDir -Force
2929
$sdkManagerPath = "$env:ANDROID_SDK_ROOT\cmdline-tools\bin\sdkmanager.bat"
3030
& $sdkManagerPath "platform-tools" "build-tools;34.0.0" "platforms;android-35" "platform-tools" "build-tools;34.0.0" "cmdline-tools;11.0" --sdk_root=$ANDROID_HOME
31+
echo y | & $sdkManagerPath --licenses
3132
shell: pwsh

0 commit comments

Comments
 (0)