Skip to content

Commit 555d7fc

Browse files
committed
ci: make sure opencode is installed
1 parent 2410a6b commit 555d7fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/duplicate-prs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Install dependencies
3434
run: bun install
3535

36+
- name: Install opencode
37+
run: curl -fsSL https://opencode.ai/install | bash
38+
3639
- name: Build prompt
3740
env:
3841
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)