Skip to content

Commit

Permalink
fixing ndk version path refrence
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Aug 29, 2024
1 parent 1f5836d commit b3976c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-flutter-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,8 @@ jobs:
ls /usr/local/lib/android/sdk/ndk/$NDK_VERSION
- name: Build Native
env:
ANDROID_NDK_HOME: /usr/local/lib/android/sdk/ndk/$NDK_VERSION
run: |
export ANDROID_NDK_HOME=/usr/local/lib/android/sdk/ndk/$NDK_VERSION
ls $ANDROID_NDK_HOME
cargo make android-dev
Expand Down

0 comments on commit b3976c0

Please sign in to comment.