Bun install in reproduce-issue (#1512)

* Bun install in reproduce-issue

* Update .github/workflows/reproduce-issue.yml
This commit is contained in:
Tom Rochette
2026-06-03 12:29:38 +03:00
committed by GitHub
parent c4798aa7f1
commit f5581585c8
+6
View File
@@ -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