Skip to content

Commit

Permalink
Install missing protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Feb 10, 2025
1 parent ed019dd commit 068885f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ needs.set-tags.outputs.git_ref }}
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Cargo build
uses: ./.github/workflow-templates/cargo-build
with:
Expand Down Expand Up @@ -510,6 +512,8 @@ jobs:
rustup override unset
rustup show
rustup target add wasm32-unknown-unknown
- name: Install protobuf
uses: arduino/setup-protoc@v3
# Checks are run after uploading artifacts since they are modified by the tests
- name: Unit tests
run: |
Expand Down

0 comments on commit 068885f

Please sign in to comment.