diff options
| author | Aiden Cline <[email protected]> | 2025-12-16 14:15:50 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-16 14:15:50 -0600 |
| commit | 87524de26563f67f0627b767d35ab3ae12762ea6 (patch) | |
| tree | 544ad3f96efd0702797a89989838c16ec05a9c9f /.github/workflows | |
| parent | ee10d9b898509b3bfb0cb1da62f1a3476d8451a8 (diff) | |
| download | opencode-87524de26563f67f0627b767d35ab3ae12762ea6.tar.gz opencode-87524de26563f67f0627b767d35ab3ae12762ea6.zip | |
ci: fix triage
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/triage.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 9cc76973d..6e1509572 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -16,6 +16,9 @@ jobs: with: fetch-depth: 1 + - name: Setup Bun + uses: ./.github/actions/setup-bun + - name: Install opencode run: curl -fsSL https://opencode.ai/install | bash |
