Skip to content

Commit

Permalink
Make sure we're using a consistent ndk
Browse files Browse the repository at this point in the history
  • Loading branch information
DianQK committed Sep 9, 2024
1 parent cbc2709 commit 88071d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
EXPECTED_NDK_VERSION=26.1.10909125
echo "Expected Android NDK: $EXPECTED_NDK_VERSION"
echo "ANDROID_NDK_ROOT=$ANDROID_SDK_ROOT/ndk/$EXPECTED_NDK_VERSION" >> $GITHUB_ENV
echo "ANDROID_NDK_HOME=$ANDROID_SDK_ROOT/ndk/$EXPECTED_NDK_VERSION" >> $GITHUB_ENV
echo "ANDROID_NDK=$ANDROID_SDK_ROOT/ndk/$EXPECTED_NDK_VERSION" >> $GITHUB_ENV
echo "ANDROID_NDK_VERSION=$EXPECTED_NDK_VERSION" >> $GITHUB_ENV
- name: Build ruslin-data-uniffi
working-directory: ./ruslin-data-uniffi
Expand Down

0 comments on commit 88071d6

Please sign in to comment.