From 2eddeb2c08582b14cb28b227cfd5131238bfea7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Catriel=20M=C3=BCller?= Date: Fri, 13 Feb 2026 11:00:09 -0300 Subject: [PATCH] refactor: add the kilo binary to the path on CI --- .github/actions/setup-kilo/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/setup-kilo/action.yml b/.github/actions/setup-kilo/action.yml index c399866b9..86e44e02d 100644 --- a/.github/actions/setup-kilo/action.yml +++ b/.github/actions/setup-kilo/action.yml @@ -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