Skip to content

Commit a6fe04f

Browse files
Fixed package env to dotenv typo.
1 parent 18fa06a commit a6fe04f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- name: "🧰 Install Build Tools"
137137
run: |
138138
npm install -g eas-cli@latest
139-
sudo apt-get install -y jq curl env
139+
sudo apt-get install -y jq curl dotenv
140140
141141
# ========================
142142
# 🔍 Build Monitoring

0 commit comments

Comments
 (0)