Skip to content

Commit

Permalink
fix: expo is weird
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben committed Apr 13, 2024
1 parent 74721a2 commit aa4c682
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: npx expo install
run: npm 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: npx expo install
run: npm install

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

0 comments on commit aa4c682

Please sign in to comment.