Skip to content

Commit

Permalink
Add install for protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Jul 31, 2024
1 parent e1e992a commit ff8fe19
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
- name: Install protoc
run: curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v28.0-rc1/protoc-28.0-rc-1-linux-x86_64.zip && unzip protoc-28.0-rc-1-linux-x86_64.zip -d ${{ runner.temp }}/proto && chmod +x ${{ runner.temp }}/proto/bin/protoc && ${{ runner.temp }}/proto/bin/protoc --version
- name: Build crate
run: cargo build
env:
PROTOC: ${{ runner.temp }}/proto/bin/protoc
RUST_BACKTRACE: '1'
run: PROTOC=${{ runner.temp }}/proto/bin/protoc cargo build
- name: Package crate
run: cargo package

0 comments on commit ff8fe19

Please sign in to comment.