Skip to content

Commit

Permalink
Use update sdkmanager location
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbuon committed May 11, 2024
1 parent 9a038c2 commit f6e1203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
./gradlew --version
echo ANDROID_SDK_ROOT: ${ANDROID_SDK_ROOT}
${ANDROID_SDK_ROOT}/tools/bin/sdkmanager --version
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --version
echo JAVA_HOME: ${JAVA_HOME}
java -version
javac -version
Expand Down

0 comments on commit f6e1203

Please sign in to comment.