Skip to content

Commit

Permalink
fixing err
Browse files Browse the repository at this point in the history
  • Loading branch information
sdagg9 committed Sep 1, 2024
1 parent e0307ac commit 3b9b8de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}

- name: Install dependencies
run: npm ci
run: npm install --force

- name: Build on EAS
run: eas build --platform android --profile development --non-interactive --no-wait

Expand Down

0 comments on commit 3b9b8de

Please sign in to comment.