ci: fix missing pkg issue

This commit is contained in:
Aiden Cline
2025-12-16 16:31:46 -06:00
parent 29aaf4f000
commit 8a185aa678
2 changed files with 4 additions and 0 deletions

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

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