mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-04-05 19:40:16 +08:00
ci: add setup bun download url
This commit is contained in:
parent
a8913c42f4
commit
576bca5150
25
.github/workflows/test.yml
vendored
25
.github/workflows/test.yml
vendored
@ -125,3 +125,28 @@ jobs:
|
|||||||
uses: ./.github/actions/compare-bun-version
|
uses: ./.github/actions/compare-bun-version
|
||||||
with:
|
with:
|
||||||
bun-version: "1.1.0"
|
bun-version: "1.1.0"
|
||||||
|
|
||||||
|
setup-bun-download-url:
|
||||||
|
runs-on: setup-bun from (${{ matrix.os }}, download url)
|
||||||
|
continue-on-error: true
|
||||||
|
needs: [remove-cache]
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os:
|
||||||
|
- ubuntu-latest
|
||||||
|
- macos-latest
|
||||||
|
- windows-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Setup Bun
|
||||||
|
uses: ./
|
||||||
|
id: setup_bun
|
||||||
|
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"
|
||||||
|
|
||||||
|
- name: Run Bun
|
||||||
|
id: run_bun
|
||||||
|
run: |
|
||||||
|
bun --version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user