diff --git a/.github/workflows/build_release_pipeline.yml b/.github/workflows/build_release_pipeline.yml index c0dae8b..b56803f 100644 --- a/.github/workflows/build_release_pipeline.yml +++ b/.github/workflows/build_release_pipeline.yml @@ -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