Skip to content

Commit

Permalink
Set the NDK version to the latest available
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeross committed Jan 5, 2024
1 parent e6323f5 commit daa462a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-bindings-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
with:
workspaces: libs

- name: Setup NDK version
run: |
# https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#environment-variables-2
echo "ANDROID_NDK_HOME=$ANDROID_NDK_LATEST_HOME" >> $GITHUB_ENV
echo "ANDROID_NDK_ROOT=$ANDROID_NDK_LATEST_HOME" >> $GITHUB_ENV
- name: Build sdk-bindings
working-directory: libs/sdk-bindings
run: |
Expand Down

0 comments on commit daa462a

Please sign in to comment.