We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05ef330 + 0f6f2d5 commit 5c87a6fCopy full SHA for 5c87a6f
1 file changed
.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