ci: make sure opencode is installed

pull/6848/head^2
Aiden Cline 2026-01-04 20:35:35 -06:00
parent 2410a6bc9e
commit 555d7fcdde
1 changed files with 3 additions and 0 deletions

View File

@ -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 }}