Skip to content

Commit f4bd771

Browse files
committed
Update CI
1 parent a211216 commit f4bd771

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
uses: actions/checkout@v4
2525
- name: Install stable toolchain
2626
uses: dtolnay/rust-toolchain@stable
27+
- name: Install protoc
28+
run: sudo apt-get install protobuf-compiler
2729
- run: cargo clippy --all -- -D warnings
2830
tests:
2931
name: Test
@@ -33,4 +35,6 @@ jobs:
3335
uses: actions/checkout@v4
3436
- name: Install stable toolchain
3537
uses: dtolnay/rust-toolchain@stable
38+
- name: Install protoc
39+
run: sudo apt-get install protobuf-compiler
3640
- run: cargo test --all-features

0 commit comments

Comments
 (0)