Skip to content

Commit d2e6f30

Browse files
committed
Lower protoc version requirement for easy CI install
1 parent 502a737 commit d2e6f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
- name: Install Protoc
196196
uses: arduino/setup-protoc@v1
197197
with:
198-
version: '3.21.5'
198+
version: '3.x'
199199

200200
- name: Install dependencies
201201
run: |

0 commit comments

Comments
 (0)