Lower protoc version requirement for easy CI install

This commit is contained in:
Kyle Carberry 2022-09-06 20:35:52 -05:00
parent 502a7370c8
commit d2e6f305b1
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.21.5'
version: '3.x'
- name: Install dependencies
run: |