Bun install in reproduce-issue (#1512)
* Bun install in reproduce-issue * Update .github/workflows/reproduce-issue.yml
This commit is contained in:
@@ -21,6 +21,12 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
|
||||
- name: Install opencode
|
||||
run: curl -fsSL https://opencode.ai/install | bash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user