Skip to content

Commit 0be8cb8

Browse files
pnpm fix yet again...
1 parent 597f9dd commit 0be8cb8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,11 @@ jobs:
116116
EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }}
117117

118118
# ========================
119-
# Install missing dependency to fix Expo config error
119+
# Fix missing dependency by ensuring consistent store location
120120
# ========================
121+
- name: "Set pnpm global store directory"
122+
run: pnpm config set store-dir $HOME/.local/share/pnpm --global
123+
121124
- name: "Install @expo/config-plugins"
122125
run: pnpm add @expo/config-plugins
123126

0 commit comments

Comments
 (0)