Skip to content

Commit 12c1236

Browse files
committed
fix
1 parent 1c7ffc0 commit 12c1236

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ jobs:
107107
- name: Check datafusion-substrait (physical)
108108
run: cargo check --profile ci --all-targets --no-default-features -p datafusion-substrait --features=physical
109109
- name: Install Protobuf Compiler
110-
run: sudo apt-get install -y protobuf-compiler
110+
run: |
111+
apt-get update
112+
apt-get install -y protobuf-compiler
111113
- name: Check datafusion-substrait (protoc)
112114
run: cargo check --profile ci --all-targets --no-default-features -p datafusion-substrait --features=protoc
113115

0 commit comments

Comments
 (0)