summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Federico Brigante <me@fregante.com> 2022-07-09 15:01:59 +0700
committerGravatar GitHub <noreply@github.com> 2022-07-09 15:01:59 +0700
commitaf8c3c57f7676a50a2b79dc147ae399a889c03e3 (patch)
tree1a461cc951c05a579f6816f89c8dc86e6a4384d7
parent1ce923579ef0b579864d0f78aac88ceabb602e89 (diff)
downloadrefined-github-test/bun.tar.gz
refined-github-test/bun.tar.zst
refined-github-test/bun.zip
Inlinetest/bun
-rw-r--r--.github/workflows/test.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index cac63cc2..aa6825a2 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -75,8 +75,7 @@ jobs:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- - run: curl https://bun.sh/install | bash
- - run: bun install
+ - run: curl https://bun.sh/install | bash && bun install
- run: npm run build:webpack
- uses: maxim-lobanov/setup-xcode@v1
with: