mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
ci: make sure opencode is installed
This commit is contained in:
parent
2410a6bc9e
commit
555d7fcdde
1 changed files with 3 additions and 0 deletions
3
.github/workflows/duplicate-prs.yml
vendored
3
.github/workflows/duplicate-prs.yml
vendored
|
|
@ -33,6 +33,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: bun install
|
||||
|
||||
- name: Install opencode
|
||||
run: curl -fsSL https://opencode.ai/install | bash
|
||||
|
||||
- name: Build prompt
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue