This is an automated email from the ASF dual-hosted git repository.

xiaokang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git


The following commit(s) were added to refs/heads/main by this push:
     new c04efc35 chore(ci): fix dependency resolution in Rust CI (#834)
c04efc35 is described below

commit c04efc35069c1a232e5d9d269eee9c74806ef67a
Author: Jinye Wu <[email protected]>
AuthorDate: Wed Jan 21 19:24:48 2026 +0800

    chore(ci): fix dependency resolution in Rust CI (#834)
    
    * fix rust ci dependency
    
    * fix typo
---
 .github/workflows/rust.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml
index 76e135d7..c95d2549 100644
--- a/.github/workflows/rust.yaml
+++ b/.github/workflows/rust.yaml
@@ -100,7 +100,8 @@ jobs:
           sudo apt install -y libarrow-dev=22.0.0-1 \
                             libarrow-dataset-dev=22.0.0-1 \
                             libarrow-acero-dev=22.0.0-1 \
-                            libparquet-dev=22.0.0-1
+                            libparquet-dev=22.0.0-1 \
+                            libarrow-compute-dev=22.0.0-1
           sudo apt-get install -y libboost-graph-dev ccache 
libcurl4-openssl-dev doxygen lcov cmake
 
       - name: Spell Check


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to