Skip to content

Commit

Permalink
system NDK
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Aug 29, 2024
1 parent e6c25c0 commit 92414ed
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions .github/workflows/check-flutter-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,11 +330,14 @@ jobs:
- name: Rust Android Setup
run: cargo make setup-android

- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r25
link-to-sdk: true
- name: Install NDK $NDK_VERSION
run: |
ANDROID_ROOT=/usr/local/lib/android
ANDROID_SDK_ROOT=${ANDROID_ROOT}/sdk
SDKMANAGER=${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager
echo "y" | $SDKMANAGER "ndk;$NDK_VERSION"
echo "Installed $NDK_VERSION"
ls /usr/local/lib/android/sdk/ndk/$NDK_VERSION
- name: Build Native
run: |
Expand Down Expand Up @@ -398,11 +401,14 @@ jobs:
- name: Rust Android Setup
run: cargo make setup-android

- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r25
link-to-sdk: true
- name: Install NDK $NDK_VERSION
run: |
ANDROID_ROOT=/usr/local/lib/android
ANDROID_SDK_ROOT=${ANDROID_ROOT}/sdk
SDKMANAGER=${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager
echo "y" | $SDKMANAGER "ndk;$NDK_VERSION"
echo "Installed $NDK_VERSION"
ls /usr/local/lib/android/sdk/ndk/$NDK_VERSION
- uses: subosito/flutter-action@v2
name: Set up flutter
Expand Down

0 comments on commit 92414ed

Please sign in to comment.