We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57cae2 commit 609b159Copy full SHA for 609b159
1 file changed
.github/workflows/style.yml
@@ -38,6 +38,10 @@ jobs:
38
- uses: Swatinem/rust-cache@v2
39
with:
40
workspaces: rust/lance-context
41
+ - name: Install dependencies
42
+ run: |
43
+ sudo apt update
44
+ sudo apt install -y protobuf-compiler
45
- name: Clippy
46
run: cargo clippy --manifest-path rust/lance-context/Cargo.toml --all-targets -- -D warnings
47
0 commit comments