Skip to content

Commit

Permalink
ci: remove protoc install (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg authored Sep 11, 2023
1 parent bcd550c commit 366cc96
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ jobs:
with:
persist-credentials: false

- name: Install last version of Protoc
uses: arduino/[email protected]
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:
Expand Down

0 comments on commit 366cc96

Please sign in to comment.