Skip to content

Commit

Permalink
Set NDK
Browse files Browse the repository at this point in the history
  • Loading branch information
maxammann committed Jun 2, 2022
1 parent c707fa3 commit af2a8e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/library-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
shell: bash
run: just nightly-toolchain-android
- uses: Swatinem/rust-cache@v1
- name: Set NDK Version
shell: bash
run: |
ANDROID_ROOT=/usr/local/lib/android
ANDROID_SDK_ROOT=${ANDROID_ROOT}/sdk
ANDROID_NDK_ROOT=${ANDROID_SDK_ROOT}/ndk-bundle
ln -sfn $ANDROID_SDK_ROOT/ndk/23.2.8568313 $ANDROID_NDK_ROOT
- name: Build
shell: bash
run: just build-android
Expand Down

0 comments on commit af2a8e3

Please sign in to comment.