Skip to content

Commit

Permalink
install at different step
Browse files Browse the repository at this point in the history
  • Loading branch information
IevaGraz committed Mar 25, 2024
1 parent 29b7a8e commit e3fd882
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_release_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
build-release-pipeline:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get -y install protobuf-compiler
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
Expand All @@ -18,8 +19,6 @@ 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 e3fd882

Please sign in to comment.