From 3853df0c2ff26c2c06bc89b8264eb1187f91d633 Mon Sep 17 00:00:00 2001 From: Mikolaj Gasior Date: Mon, 7 Aug 2023 09:24:14 +0200 Subject: [PATCH] A0-2968: Remove setup-protoc step (#1332) # Description Removes `setup-protoc` action call that install protoc because the workflow runs on our github runner that already has protoc installed (also, in a different version). ## Type of change The change does not break anything. --- .../workflows/build-send-postsync-hook-runtime-image.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build-send-postsync-hook-runtime-image.yml b/.github/workflows/build-send-postsync-hook-runtime-image.yml index d3417d4d9d..0200d33a47 100644 --- a/.github/workflows/build-send-postsync-hook-runtime-image.yml +++ b/.github/workflows/build-send-postsync-hook-runtime-image.yml @@ -32,12 +32,6 @@ jobs: - name: Install Rust toolchain uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v1 - - name: Install Protoc - uses: arduino/setup-protoc@v1 - with: - version: '3.6.1' - repo-token: ${{ secrets.CI_GH_TOKEN }} - - name: Build binary run: | pushd bin/cliain/