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 f792ca6 commit cbc2709
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 @@ -38,10 +38,12 @@ jobs:
echo "Highest Android NDK: $HIGHEST_NDK_VERSION"
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_VERSION=$EXPECTED_NDK_VERSION" >> $GITHUB_ENV
- name: Build ruslin-data-uniffi
working-directory: ./ruslin-data-uniffi
run: |
env
./release.sh arm64-v8a
./release.sh armeabi-v7a
./release.sh x86_64
Expand Down

0 comments on commit cbc2709

Please sign in to comment.