We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597f9dd commit 0be8cb8Copy full SHA for 0be8cb8
.github/workflows/eas-android-build.yml
@@ -116,8 +116,11 @@ jobs:
116
EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }}
117
118
# ========================
119
- # Install missing dependency to fix Expo config error
+ # Fix missing dependency by ensuring consistent store location
120
121
+ - name: "Set pnpm global store directory"
122
+ run: pnpm config set store-dir $HOME/.local/share/pnpm --global
123
+
124
- name: "Install @expo/config-plugins"
125
run: pnpm add @expo/config-plugins
126
0 commit comments