Skip to content

Commit 84e794a

Browse files
authored
ci: use cmdline-tools instead of sdk tools (firebase#522)
1 parent e641ea4 commit 84e794a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Check Snippets
1717
run: python scripts/checksnippets.py
1818
- name: Install NDK
19-
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;21.0.6113669" --sdk_root=${ANDROID_SDK_ROOT}
19+
run: echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;21.0.6113669" --sdk_root=${ANDROID_SDK_ROOT}
2020
- name: Build with Gradle (Pull Request)
2121
run: ./build_pull_request.sh
2222
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)