mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 18:50:10 +08:00
chore(CI): test mac
This commit is contained in:
parent
9fb3c0c9e9
commit
9cb3b94a9d
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
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 -fsSL https://bun.sh/install | bash; echo "${HOME}/.bun/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Try bun
|
- name: Try bun
|
||||||
run: /Users/runner/.bun/bin/bun
|
run: /Users/runner/.bun/bin/bun
|
Loading…
x
Reference in New Issue
Block a user