Skip to content

Commit

Permalink
fix: install with expo
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben committed Apr 13, 2024
1 parent 0720b9e commit 74721a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
eas-version: latest

- name: Install dependencies
run: npm ci
run: npx expo install

- name: Build app for Android
run: eas build --output ./android.aab --platform android ${{ env.EAS_BUILD_ARGS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
eas-version: latest

- name: Install dependencies
run: npm ci
run: npx expo install

- name: Build app for IOS
run: eas build --output ./app.ipa --platform ios ${{ env.EAS_BUILD_ARGS }}
Expand Down

0 comments on commit 74721a2

Please sign in to comment.