Skip to content

Commit

Permalink
missing path
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Aug 29, 2024
1 parent 477912a commit 1f5836d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-flutter-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,11 +337,11 @@ jobs:
SDKMANAGER=${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager
echo "y" | $SDKMANAGER "ndk;$NDK_VERSION"
echo "Installed $NDK_VERSION"
ls /usr/local/lib/android/ndk/$NDK_VERSION
ls /usr/local/lib/android/sdk/ndk/$NDK_VERSION
- name: Build Native
env:
ANDROID_NDK_HOME: /usr/local/lib/android/ndk/$NDK_VERSION
ANDROID_NDK_HOME: /usr/local/lib/android/sdk/ndk/$NDK_VERSION
run: |
ls $ANDROID_NDK_HOME
cargo make android-dev
Expand Down

0 comments on commit 1f5836d

Please sign in to comment.