diff options
| author | Aiden Cline <[email protected]> | 2025-12-16 16:31:46 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-16 16:31:46 -0600 |
| commit | 8a185aa67844ca74ef07ed424257f7fbbc55abe6 (patch) | |
| tree | db20ae0849def342653d8c43b96ab5755d6f905e /.github | |
| parent | 29aaf4f0000d4f917557aad590a9cdbc4bf015d5 (diff) | |
| download | opencode-8a185aa67844ca74ef07ed424257f7fbbc55abe6.tar.gz opencode-8a185aa67844ca74ef07ed424257f7fbbc55abe6.zip | |
ci: fix missing pkg issue
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/duplicate-issues.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/review.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/duplicate-issues.yml b/.github/workflows/duplicate-issues.yml index 5969d9d41..dc82d297b 100644 --- a/.github/workflows/duplicate-issues.yml +++ b/.github/workflows/duplicate-issues.yml @@ -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 diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index d974e2a76..36f6df54f 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -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 |
