Skip to content

Commit

Permalink
ci: update actions versions and remove NDK install
Browse files Browse the repository at this point in the history
  • Loading branch information
thatfiredev authored Jan 24, 2025
1 parent 36c3c54 commit f621773
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ jobs:
# https://github.com/firebase/snippets-android/issues/602
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Check Snippets
run: python scripts/checksnippets.py
- name: set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 17
- name: Check Snippets
run: python scripts/checksnippets.py
- name: Install NDK
run: echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;21.0.6113669" --sdk_root=${ANDROID_SDK_ROOT}
distribution: temurin
- name: Build with Gradle (Pull Request)
run: ./build_pull_request.sh
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit f621773

Please sign in to comment.