Skip to content

Commit

Permalink
Added dotenv to android apk download job.
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalnomad91 committed Jan 31, 2025
1 parent 01f8363 commit 9a47e9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/eas-android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
sudo apt-get update
sudo apt-get install -y jq curl
- name: Install Project Dependencies (Including dotenv)
run: npm ci

- name: Verify Project Files # Added verification step
run: |
echo "Current directory contents:"
Expand Down

0 comments on commit 9a47e9c

Please sign in to comment.