Skip to content

Commit

Permalink
Update build Android action
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKypta committed Nov 1, 2024
1 parent 7f5b720 commit aae3565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Install React Native CLI
run: yarn global add react-native
- name: Install Library Dependencies
run: yarn install
run: yarn install --frozen-lockfile
- name: Install Example App Dependencies
run: cd example && yarn install
run: cd example && yarn install --frozen-lockfile
- name: Build Android App
run: cd example && react-native build-android

0 comments on commit aae3565

Please sign in to comment.