Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Aug 29, 2024
1 parent bf73ad2 commit 59071b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-flutter-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,12 +330,13 @@ jobs:
- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r25
ndk-version: r27
link-to-sdk: true

- 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


Expand Down Expand Up @@ -440,6 +441,7 @@ jobs:
- 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 59071b8

Please sign in to comment.