Skip to content

Commit 60a557a

Browse files
committed
fixed workflow build
1 parent 5e8da9a commit 60a557a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
target/
3636
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
3737

38+
- name: Install protobuf-compiler
39+
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
40+
3841
- name: Build
3942
run: cargo build --verbose
4043

0 commit comments

Comments
 (0)