mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-15 21:40:12 +02:00
chore: fix workflow
This commit is contained in:
@@ -28,12 +28,12 @@ jobs:
|
||||
- name: Try bun
|
||||
run: bun add types
|
||||
|
||||
test-mac:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Bun
|
||||
run: curl https://bun.sh/install | bash
|
||||
test-mac:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Bun
|
||||
run: curl https://bun.sh/install | bash
|
||||
|
||||
- name: Try bun
|
||||
run: bun
|
||||
- name: Try bun
|
||||
run: bun
|
||||
Reference in New Issue
Block a user