This commit is contained in:
Frank 2025-09-01 17:11:41 -04:00
parent 141a28d0ba
commit fddc40a807

View file

@ -26,7 +26,11 @@ runs:
steps:
- name: Install opencode
shell: bash
run: curl -fsSL https://opencode.ai/install | bash
run: OPENCODE_VERSION=0.5.29 curl -fsSL https://opencode.ai/install | bash
- name: Check opencode version
shell: bash
run: opencode --version
- name: Install bun
shell: bash