Skip to content

Commit

Permalink
Fix SDK Manager path
Browse files Browse the repository at this point in the history
  • Loading branch information
csaba-ilonka-rollbar committed Aug 3, 2024
1 parent 25e36e8 commit 8bb8906
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 @@ -47,7 +47,7 @@ jobs:
- name: Android SDK info
run: |
echo ANDROID_SDK_ROOT: ${ANDROID_SDK_ROOT}
sdkmanager --list
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --version
- name: Build
run: ./gradlew clean build
Expand Down

0 comments on commit 8bb8906

Please sign in to comment.