This commit is contained in:
Frank 2025-09-01 17:16:49 -04:00
parent a22cfed722
commit 63c16b2f5d

View file

@ -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