This commit is contained in:
Siarhei Fedartsou 2022-11-28 17:20:15 +01:00
parent 03505e1be0
commit fdbee56298

View File

@ -435,6 +435,7 @@ jobs:
sudo apt-get install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
sudo apt-get update -y
sudo apt-get install -y -V libarrow-dev # For C++
sudo apt-get install -y -V libparquet-dev
if [[ "${CCOMPILER}" != clang-* ]]; then