mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-04-04 18:50:10 +08:00
chore: fix workflow
This commit is contained in:
parent
bf0dbd9f81
commit
5ae94929ee
16
.github/workflows/test.yml
vendored
16
.github/workflows/test.yml
vendored
@ -28,12 +28,12 @@ jobs:
|
|||||||
- name: Try bun
|
- name: Try bun
|
||||||
run: bun add types
|
run: bun add types
|
||||||
|
|
||||||
test-mac:
|
test-mac:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup Bun
|
- name: Setup Bun
|
||||||
run: curl https://bun.sh/install | bash
|
run: curl https://bun.sh/install | bash
|
||||||
|
|
||||||
- name: Try bun
|
- name: Try bun
|
||||||
run: bun
|
run: bun
|
Loading…
x
Reference in New Issue
Block a user