Skip to content

Commit 9faafc7

Browse files
committed
Fix goose installation - use official install script
Use the official goose installation script from GitHub releases: curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | CONFIGURE=false bash CONFIGURE=false skips interactive configuration.
1 parent b6f4992 commit 9faafc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Install goose
5555
run: |
56-
uv tool install goose-cli
56+
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | CONFIGURE=false bash
5757
5858
- name: Run test suite
5959
run: just test

0 commit comments

Comments
 (0)