We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd92a3 commit b6b56f4Copy full SHA for b6b56f4
.github/workflows/build.yml
@@ -16,10 +16,11 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v4
18
- name: Init Bun
19
- uses: oven-sh/setup-bun@v1.2.0
+ uses: oven-sh/setup-bun@v1.2.2
20
with:
21
bun-version: latest
22
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"
24
- name: Install Dependencies
25
run: bun install
26
- name: Build Windows
0 commit comments