ci: make sure opencode is installed

This commit is contained in:
Aiden Cline
2026-01-04 20:35:35 -06:00
parent 693c1f64ad
commit 683f6c9841
+3
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 }}