Skip to content

Commit

Permalink
return protobuf compiler installation
Browse files Browse the repository at this point in the history
  • Loading branch information
IevaGraz committed Mar 25, 2024
1 parent c841bec commit 7dff43a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_release_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --quiet --default-toolchain=1.73.0 --profile=minimal
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name Install protobuf
- run: sudo apt-get -y install protobuf-compiler
- name: Compile dependencies
run: bundle exec rake compile
- name: Test
Expand Down

0 comments on commit 7dff43a

Please sign in to comment.