We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2741338 commit 5797048Copy full SHA for 5797048
github/action.yml
@@ -30,7 +30,7 @@ runs:
30
31
- name: Install bun
32
shell: bash
33
- run: curl -fsSL https://bun.com/install | bash
+ run: npm install -g bun
34
35
- name: Run opencode
36
0 commit comments