File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -35,17 +35,15 @@ jobs:
35
35
36
36
- name : Install Ubuntu dependencies
37
37
run : |
38
- sudo apt update
39
- sudo apt update
40
- sudo apt install -y -V ca-certificates lsb-release wget
38
+ sudo apt-get update
41
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
42
- sudo apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
43
- sudo apt install -y -V libarrow-dev # For C++
44
- sudo apt install -y -V libarrow-glib-dev # For GLib (C)
45
- sudo apt install -y -V libarrow-dataset-dev # For Apache Arrow Dataset C++
46
- sudo apt install -y -V libparquet-dev # For Apache Parquet C++
47
- sudo apt install -y -V libparquet-glib-dev # For Apache Parquet GLib (C)
48
- sudo apt install -y libzstd-dev ccache
40
+ sudo apt-get install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
41
+ sudo apt-get install -y -V libarrow-dev # For C++
42
+ sudo apt-get install -y -V libarrow-glib-dev # For GLib (C)
43
+ sudo apt-get install -y -V libarrow-dataset-dev # For Apache Arrow Dataset C++
44
+ sudo apt-get install -y -V libparquet-dev # For Apache Parquet C++
45
+ sudo apt-get install -y -V libparquet-glib-dev # For Apache Parquet GLib (C)
46
+ sudo apt-get install -y libzstd-dev ccache
49
47
50
48
- name : Install Catch2
51
49
run : |
You can’t perform that action at this time.
0 commit comments