Skip to content

Commit 75360c1

Browse files
Added install dependencies step to wait for android build.
1 parent 56d3f74 commit 75360c1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ jobs:
130130
with:
131131
node-version: 20.x
132132

133+
- name: "📦 Install Dependencies"
134+
run: npm ci
135+
133136
# ========================
134137
# 📦 Dependency Management
135138
# ========================

0 commit comments

Comments
 (0)