Skip to content

Commit

Permalink
fix: set NDK path in local.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
githubquiet committed Oct 12, 2023
1 parent 9395e8b commit ac80972
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e.android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
git lfs install
git lfs pull
- name: Set NDK path in local.properties
run: |
printf "\
ndk.path=${{ env.NDK_PATH }}\n\
" > packages/mobile/android/local.properties
- name: Build Detox
run: |
cd packages/mobile
Expand Down

0 comments on commit ac80972

Please sign in to comment.