Skip to content

Commit b5018a2

Browse files
committed
fix build
1 parent 1cdc268 commit b5018a2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/windows.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Windows Tauri Build
1+
name: Windows Build
22

33
on:
44
push:
@@ -14,10 +14,9 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Set up Bun
17-
shell: bash
18-
run: |
19-
curl -fsSL https://bun.sh/install | bash
20-
echo "$HOME/.bun/bin" >> $GITHUB_PATH
17+
uses: oven-sh/setup-bun@v2
18+
with:
19+
bun-version: latest
2120

2221
- name: Install Rust
2322
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)