Skip to content

Commit 11669bd

Browse files
committed
Add buf install
1 parent fbcdb32 commit 11669bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-a2a-types.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
--use-subclass-enum
6363
echo "Codegen finished."
6464
65+
- name: Install Buf
66+
uses: bufbuild/buf-setup-action@v1
67+
6568
- name: Run buf generate
6669
run: |
6770
set -euo pipefail # Exit immediately if a command exits with a non-zero status

0 commit comments

Comments
 (0)