Skip to content

Commit

Permalink
update ubuntu installation script 2
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanLukes committed Oct 19, 2024
1 parent 10321c2 commit ea0e785
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scripts/setup_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ sudo apt install -y -V libarrow-flight-sql-glib-dev # For Apache Arrow Flight SQ
sudo apt install -y -V libgandiva-dev # For Gandiva C++
sudo apt install -y -V libgandiva-glib-dev # For Gandiva GLib (C)
sudo apt install -y -V libparquet-dev # For Apache Parquet C++
sudo apt install -y -V libparquet-glib-dev # For Apache Parquet GLib (C)

# Not present on GitHub Actions ubuntu-latest runner.
# sudo apt install -y -V libparquet-glib-dev # For Apache Parquet GLib (C)

0 comments on commit ea0e785

Please sign in to comment.