Skip to content

Commit e7233bd

Browse files
committed
add protoc
1 parent 48c3f12 commit e7233bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/verify-release-candidate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
- name: Checkout repository
5757
uses: actions/checkout@v4
5858

59+
- name: Set up protoc
60+
uses: arduino/setup-protoc@v3
61+
5962
- name: Run release candidate verification
6063
shell: bash
6164
run: ./dev/release/verify-release-candidate.sh "${{ inputs.version }}" "${{ inputs.rc_number }}"

0 commit comments

Comments
 (0)