Skip to content

Commit 9a47e9c

Browse files
Added dotenv to android apk download job.
1 parent 01f8363 commit 9a47e9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/eas-android-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
sudo apt-get update
7979
sudo apt-get install -y jq curl
8080
81+
- name: Install Project Dependencies (Including dotenv)
82+
run: npm ci
83+
8184
- name: Verify Project Files # Added verification step
8285
run: |
8386
echo "Current directory contents:"

0 commit comments

Comments
 (0)