Skip to content

Commit

Permalink
Update Android workflow to use non-interactive mode for prebuild command
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed May 27, 2024
1 parent 872a4e2 commit 0fc2a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: npm i

- name: PreBuild Android
run: yes | npx expo prebuild -p android --clean
run: npx expo prebuild -p android --clean --non-interactive

- name: make gradlew executable
run: chmod +x ./android/gradlew
Expand Down

0 comments on commit 0fc2a21

Please sign in to comment.