mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
sync
This commit is contained in:
parent
a22cfed722
commit
63c16b2f5d
1 changed files with 3 additions and 1 deletions
|
|
@ -26,7 +26,9 @@ runs:
|
|||
steps:
|
||||
- name: Install opencode
|
||||
shell: bash
|
||||
run: OPENCODE_VERSION=0.5.28 curl -fsSL https://opencode.ai/install | bash
|
||||
run: curl -fsSL https://opencode.ai/install | bash
|
||||
env:
|
||||
OPENCODE_VERSION=0.5.28
|
||||
|
||||
- name: Check opencode version
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue