mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 02:30:26 +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:
|
||||
- uses: actions/checkout@v2
|
||||
- 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
|
||||
run: /Users/runner/.bun/bin/bun
|
Loading…
x
Reference in New Issue
Block a user