This commit is contained in:
Frank 2025-09-01 17:14:17 -04:00
parent fddc40a807
commit a22cfed722

View file

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