Skip to content

Commit

Permalink
fixing ndk path
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Aug 29, 2024
1 parent b3976c0 commit 2e38b8c
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/check-flutter-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:

name: Flutter Integration Tests

env:
NDK_VERSION: 25.2.9519653

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -330,22 +327,10 @@ jobs:
- name: Rust Android Setup
run: cargo make setup-android

- 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: |
export ANDROID_NDK_HOME=/usr/local/lib/android/sdk/ndk/$NDK_VERSION
ls $ANDROID_NDK_HOME
cargo make android-dev
android:
runs-on: ubuntu-latest
name: Android
Expand Down Expand Up @@ -401,12 +386,6 @@ 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

- uses: subosito/flutter-action@v2
name: Set up flutter
with:
Expand Down Expand Up @@ -445,9 +424,6 @@ jobs:
./MailHog_linux_amd64 &
- name: Build Native
env:
ANDROID_NDK_HOME: ${{steps.setup-ndk.outputs.ndk-path}}
ANDROID_NDK_ROOT: ${{steps.setup-ndk.outputs.ndk-path}}
run: cargo make android-dev

- name: Flutter setup
Expand Down

0 comments on commit 2e38b8c

Please sign in to comment.