ci: remove protoc install (#532)

This commit is contained in:
Conrado Gouvea 2023-09-11 16:23:15 -03:00 committed by GitHub
parent bcd550ca41
commit 366cc96877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -40,13 +40,6 @@ jobs:
with:
persist-credentials: false
- name: Install last version of Protoc
uses: arduino/setup-protoc@v1.2.0
with:
# TODO: increase to latest version after https://github.com/arduino/setup-protoc/issues/33 is fixed
version: '3.20.1'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install latest beta
uses: actions-rs/toolchain@v1
with: