We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0509c commit f4eeeb6Copy full SHA for f4eeeb6
1 file changed
github/action.yml
@@ -23,6 +23,7 @@ runs:
23
- name: Install opencode
24
shell: bash
25
run: |
26
+ npm install -g bun
27
git clone https://github.com/sst/opencode.git
28
cd opencode
29
bun i
0 commit comments