We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298ec36 commit 3b8591cCopy full SHA for 3b8591c
1 file changed
.github/workflows/dependency-submission.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v6
23
24
- name: Accept Android SDK licenses
25
- run: yes | sdkmanager --licenses
+ run: yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses
26
27
# https://github.com/gradle/actions/blob/main/docs/dependency-submission.md
28
- name: Run dependency submission
0 commit comments