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 e6589d4634 one more update
e6589d4634 is described below
commit e6589d4634de85456899c9bdb2557357f00ccfbd
Author: blaginin <[email protected]>
AuthorDate: Mon Feb 23 20:09:07 2026 +0000
one more 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 e81e577af6..fd950a1f65 100644
--- a/.github/workflows/extended.yml
+++ b/.github/workflows/extended.yml
@@ -109,7 +109,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: Rust Dependency Cache
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 #
v2.8.2
with:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]