Skip to content

Commit 1bb3c66

Browse files
author
Tulga Tsogtgerel
committed
fix: install Auggie CLI before running the action
Add step to install @augmentcode/auggie globally before running the assistant. The Auggie SDK spawns the auggie CLI binary, which needs to be installed on the runner. This fixes the 'spawn auggie ENOENT' error.
1 parent 38713fd commit 1bb3c66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assistant/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ runs:
6969
with:
7070
node-version: 22
7171

72+
- name: Install Auggie CLI
73+
run: npm install -g @augmentcode/auggie
74+
shell: bash
75+
7276
- name: Install Action Dependencies
7377
run: npm install --production
7478
shell: bash

0 commit comments

Comments
 (0)