Skip to content

Commit 978ed9b

Browse files
add yarn to android build
1 parent 1d6a05d commit 978ed9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Install npm dependencies
3939
uses: actions/checkout@v2
4040
- run: |
41+
yarn
4142
cd example-expo && yarn
4243
npx expo prebuild -p android
4344
cd android && ./gradlew clean build

0 commit comments

Comments
 (0)