Skip to content

Commit 609b159

Browse files
committed
ci: install protoc for clippy
1 parent b57cae2 commit 609b159

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/style.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
- uses: Swatinem/rust-cache@v2
3939
with:
4040
workspaces: rust/lance-context
41+
- name: Install dependencies
42+
run: |
43+
sudo apt update
44+
sudo apt install -y protobuf-compiler
4145
- name: Clippy
4246
run: cargo clippy --manifest-path rust/lance-context/Cargo.toml --all-targets -- -D warnings
4347

0 commit comments

Comments
 (0)