This is an automated email from the ASF dual-hosted git repository.
blaginin pushed a commit to branch db/extended-runs-on
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/db/extended-runs-on by this
push:
new 6012e8880b update
6012e8880b is described below
commit 6012e8880b4c76fce7adba5178c694c04fb917b1
Author: blaginin <[email protected]>
AuthorDate: Mon Feb 23 20:04:09 2026 +0000
update
---
.github/workflows/extended.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/extended.yml b/.github/workflows/extended.yml
index b3c537d7f7..e81e577af6 100644
--- a/.github/workflows/extended.yml
+++ b/.github/workflows/extended.yml
@@ -80,7 +80,9 @@ jobs:
source $HOME/.cargo/env
rustup toolchain install
- name: Install Protobuf Compiler
- run: sudo apt-get install -y protobuf-compiler
+ run: |
+ sudo apt-get update
+ sudo apt-get install -y protobuf-compiler
- name: Prepare cargo build
run: |
cargo check --profile ci --all-targets
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]