Skip to content

Commit

Permalink
Testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berger committed Nov 17, 2023
1 parent 3257c16 commit 13aa878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Clone bun
run: |
# Clone the external repository with the specified tag
git clone -b bun-$VERSION --depth 1 git@github.com:oven-sh/bun.git ./bun
git clone -b bun-$VERSION --depth 1 https://github.com/oven-sh/bun.git ./bun
# Navigate to the cloned repository
cd bun
Expand Down

0 comments on commit 13aa878

Please sign in to comment.