Skip to content

Commit

Permalink
install protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
samelamin committed Oct 3, 2023
1 parent 279cf62 commit a7ceb4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:

- uses: actions/checkout@v4

- name: Install Protobuf
run: sudo apt install protobuf-compiler

- name: Install minimal nightly Rust
uses: actions-rs/toolchain@v1
with:
Expand All @@ -52,8 +55,5 @@ jobs:
with:
command: clippy

- name: Install Protobuf
run: sudo apt install protobuf-compiler

- name: Run tests with benchmarks
run: cargo test --features runtime-benchmarks

0 comments on commit a7ceb4a

Please sign in to comment.