ci: fix missing pkg issue

This commit is contained in:
Aiden Cline
2025-12-26 14:34:00 -06:00
parent f80e555a58
commit 09a2d3b8b7
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -16,6 +16,8 @@ jobs:
with:
fetch-depth: 1
- uses: ./.github/actions/setup-bun
- name: Install opencode
run: curl -fsSL https://opencode.ai/install | bash
+2
View File
@@ -29,6 +29,8 @@ jobs:
with:
fetch-depth: 1
- uses: ./.github/actions/setup-bun
- name: Install opencode
run: curl -fsSL https://opencode.ai/install | bash