Skip to content

Commit a4ec439

Browse files
authored
Merge pull request #743 from SimonMarquis/patch-2
Manually accept Android licenses instead of relying on third party action
2 parents 1b8b01c + 61098d7 commit a4ec439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ jobs:
131131
- name: Setup Gradle
132132
uses: gradle/gradle-build-action@v2
133133

134-
- name: Setup Android SDK
135-
uses: android-actions/setup-android@v2
134+
- name: Accept Android licenses
135+
run: yes | "$ANDROID_HOME"/cmdline-tools/latest/bin/sdkmanager --licenses || true
136136

137137
- name: Build AndroidTest apps
138138
run: ./gradlew packageDemoDebug packageDemoDebugAndroidTest

0 commit comments

Comments
 (0)