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

Commit 4cf7fb5

Browse files
committed
fix: simplify Bun setup by using official action
1 parent 71b823b commit 4cf7fb5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

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

2626
- name: 🏗 Setup Bun
27-
run: |
28-
curl -fsSL https://bun.sh/install | bash
29-
source /home/runner/.bashrc
27+
uses: oven-sh/setup-bun@v2
3028

3129
- name: 📦 Install dependencies
3230
run: bun install

0 commit comments

Comments
 (0)