We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7ffc0 commit 12c1236Copy full SHA for 12c1236
.github/workflows/rust.yml
@@ -107,7 +107,9 @@ jobs:
107
- name: Check datafusion-substrait (physical)
108
run: cargo check --profile ci --all-targets --no-default-features -p datafusion-substrait --features=physical
109
- name: Install Protobuf Compiler
110
- run: sudo apt-get install -y protobuf-compiler
+ run: |
111
+ apt-get update
112
+ apt-get install -y protobuf-compiler
113
- name: Check datafusion-substrait (protoc)
114
run: cargo check --profile ci --all-targets --no-default-features -p datafusion-substrait --features=protoc
115
0 commit comments