Skip to content

Commit b97dffd

Browse files
pnpm fix yet again...
1 parent 9677e73 commit b97dffd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ jobs:
9999
# 🔐 EAS Setup & Auth
100100
# ========================
101101
- name: "🔧 Setup pnpm global bin"
102-
run: |
103-
export SHELL=/bin/bash
104-
pnpm setup
102+
env:
103+
SHELL: /bin/bash
104+
run: pnpm setup
105105

106106
- name: "⚙️ Install EAS CLI"
107107
run: pnpm add -g eas-cli@latest

0 commit comments

Comments
 (0)