We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ea011 commit 2b98ca7Copy full SHA for 2b98ca7
1 file changed
.github/workflows/run-benchmark.yml
@@ -46,6 +46,9 @@ jobs:
46
- name: Install dependencies
47
run: bun install
48
49
+ - name: Install OpenCode CLI
50
+ run: bun add -g opencode-ai
51
+
52
- name: Print benchmark config
53
env:
54
RUN_COUNT: ${{ inputs.run }}
0 commit comments