Skip to content

Commit 79e6205

Browse files
committed
ci: pin protoc version to 29.3 in build workflow
1 parent 67c0883 commit 79e6205

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/embedding_build_template.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434

3535
- name: Install protoc
3636
uses: arduino/setup-protoc@v3
37+
with:
38+
version: '29.3'
3739

3840
- name: Cache cargo registry
3941
uses: actions/cache@v4
@@ -171,6 +173,8 @@ jobs:
171173
- name: Install protoc
172174
if: ${{ inputs.distr != 'linux' }}
173175
uses: arduino/setup-protoc@v3
176+
with:
177+
version: '29.3'
174178

175179
- name: Extract git metadata
176180
id: git_meta

0 commit comments

Comments
 (0)