Skip to content

Commit

Permalink
A0-2968: Remove setup-protoc step (#1332)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
mikolajgs authored Aug 7, 2023
1 parent 9308d95 commit 3853df0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-send-postsync-hook-runtime-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 3853df0

Please sign in to comment.