We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f06803 commit 4d309e9Copy full SHA for 4d309e9
.github/workflows/presubmit-tests.yml
@@ -27,5 +27,11 @@ jobs:
27
- name: Install Gemini CLI
28
run: npm install @google/gemini-cli
29
30
+ - name: Install toolbox binary
31
+ run: |
32
+ VERSION=$(cat toolbox_version.txt)
33
+ curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox
34
+ chmod +x toolbox
35
+
36
- name: Install Extension
- run: npx gemini extensions install --path=.
37
+ run: yes | npx gemini extensions install --path=.
0 commit comments