Skip to content

Commit b6b56f4

Browse files
authored
Update build.yml
1 parent cbd92a3 commit b6b56f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818
- name: Init Bun
19-
uses: oven-sh/setup-bun@v1.2.0
19+
uses: oven-sh/setup-bun@v1.2.2
2020
with:
2121
bun-version: latest
2222
no-cache: true
23+
bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-${{runner.os == 'macOS' && 'darwin' || runner.os}}-${{ runner.arch == 'X64' && 'x64' || 'arm64' }}.zip"
2324
- name: Install Dependencies
2425
run: bun install
2526
- name: Build Windows

0 commit comments

Comments
 (0)