diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eea195c..9fc471a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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