Skip to content

Commit

Permalink
Manually set android ndk 21 to use
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Jun 9, 2022
1 parent 1da1882 commit b420d97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
echo "sdk.dir=$ANDROID_HOME" > local.properties
- name: Build client
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/21.4.7075529 $ANDROID_NDK_ROOT
$ANDROID_HOME/ndk-bundle/ndk-build -j2
- name: Build base apk
run: |
Expand Down

0 comments on commit b420d97

Please sign in to comment.