Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 71b823b

Browse files
committed
fix: update Bun setup to source bashrc after installation
1 parent a887f6e commit 71b823b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
token: ${{ secrets.EXPO_TOKEN }}
2525

2626
- name: 🏗 Setup Bun
27-
run: curl -fsSL https://bun.sh/install | bash
27+
run: |
28+
curl -fsSL https://bun.sh/install | bash
29+
source /home/runner/.bashrc
2830
2931
- name: 📦 Install dependencies
3032
run: bun install

0 commit comments

Comments
 (0)