From 366cc968770791800a7b9f5813f28028f93dd212 Mon Sep 17 00:00:00 2001 From: Conrado Gouvea Date: Mon, 11 Sep 2023 16:23:15 -0300 Subject: [PATCH] ci: remove protoc install (#532) --- .github/workflows/docs.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d2e1716..991c7cd 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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: