refactor: add the kilo binary to the path on CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user