Skip to content

Commit

Permalink
Remove NDK installation task from CI
Browse files Browse the repository at this point in the history
This task stopped working so we need to find other way to install AGP's default NDK.

Signed-off-by: Patryk Miś <foss@patrykmis.com>
  • Loading branch information
PatrykMis committed Jan 30, 2024
1 parent fe99302 commit 7fee454
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
distribution: 'temurin'
java-version: 17
cache: gradle
- name: Install NDK
run: echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "ndk;25.1.8937393"
- name: Build with Gradle
run: ./gradlew assemblePhoneDebug assemblePhoneRelease --no-daemon

Expand Down

0 comments on commit 7fee454

Please sign in to comment.