mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 20:18:24 +02:00
chore(CI): test mac
This commit is contained in:
parent
9fb3c0c9e9
commit
9cb3b94a9d
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue