Skip to content

Commit

Permalink
Remove NDK 25 setup
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Aug 24, 2022
1 parent 63ab893 commit 5f00f85
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,6 @@ jobs:

- uses: actions/checkout@v3

# (Standalone toolchains obsolete)
# Ubuntu 20.04: r21e, r22, r23b, Custom: r24+
- name: Set up NDK r25 LTS
uses: nttld/[email protected]
with:
ndk-version: r25

# - name: Or manually set NDK X env vars
# run: |
# export ANDROID_NDK_HOME=/usr/local/lib/android/sdk/ndk/x.x.x
# export ANDROID_NDK_ROOT=/usr/local/lib/android/sdk/ndk/x.x.x

- name: Install all project dependencies
run: yarn

Expand Down

0 comments on commit 5f00f85

Please sign in to comment.