Skip to content

Commit 56ce545

Browse files
authored
bug: ci rust.yml
1 parent b78682a commit 56ce545

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Build
20+
run: apt install protobuf-compiler
2021
run: cargo build --verbose
2122
- name: Run tests
2223
run: cargo test --verbose

0 commit comments

Comments
 (0)