mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
Install goose-mcp crate dependencies (#6632)
This commit is contained in:
@@ -53,6 +53,11 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- name: install dependencies
|
||||
run: |
|
||||
sudo apt update -y
|
||||
sudo apt install -y libdbus-1-dev gnome-keyring libxcb1-dev
|
||||
|
||||
- name: create release branch
|
||||
env:
|
||||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user