refactor: add the kilo binary to the path on CI

This commit is contained in:
Catriel Müller
2026-02-13 11:00:09 -03:00
parent 2c0f53a4c1
commit 2eddeb2c08
+4
View File
@@ -7,3 +7,7 @@ runs:
- name: Install Kilo CLI
run: curl -fsSL https://kilo.ai/cli/install | bash
shell: bash
- name: Add Kilo to PATH
run: echo "$HOME/.kilo/bin" >> $GITHUB_PATH
shell: bash