We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2504ea commit 42814b2Copy full SHA for 42814b2
.github/workflows/linux.yml
@@ -38,6 +38,7 @@ jobs:
38
sudo apt-get update
39
wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
40
sudo apt-get install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
41
+ suto apt-get update
42
sudo apt-get install -y -V libarrow-dev # For C++
43
sudo apt-get install -y -V libarrow-glib-dev # For GLib (C)
44
sudo apt-get install -y -V libarrow-dataset-dev # For Apache Arrow Dataset C++
0 commit comments