mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-04-04 02:30:10 +08:00
ci: aarch64, not arm64
This commit is contained in:
parent
3b4da3b2c7
commit
cc449c1392
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -145,7 +145,7 @@ jobs:
|
|||||||
uses: ./
|
uses: ./
|
||||||
id: setup_bun
|
id: setup_bun
|
||||||
with:
|
with:
|
||||||
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"
|
bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-${{runner.os == 'macOS' && 'darwin' || runner.os}}-${{ runner.arch == 'X64' && 'x64' || 'aarch64' }}.zip"
|
||||||
|
|
||||||
- name: Run Bun
|
- name: Run Bun
|
||||||
id: run_bun
|
id: run_bun
|
||||||
|
Loading…
x
Reference in New Issue
Block a user