-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|