Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jderecho committed Jul 9, 2024
1 parent a8a96ef commit 0378a59
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/run_response_bot_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:

- name: parquet libraries
run: |
sudo apt install -y -V ca-certificates lsb-release wget
sudo apt install -y -V ca-certificates lsb-release wget && \
wget https://packages.red-data-tools.org/$(lsb_release --id --short \
| tr 'A-Z' 'a-z')/red-data-tools-apt-source-latest-$(lsb_release --codename --short).deb
sudo apt install -y -V ./red-data-tools-apt-source-latest-$(lsb_release --codename --short).deb
sudo apt update
sudo apt install -y -V libarrow-dev # For C++
sudo apt install -y -V libarrow-glib-dev # For GLib (C)
sudo apt install -y -V libparquet-dev # For C++
sudo apt install -y -V libparquet-glib-dev # For GLib (C)
| tr 'A-Z' 'a-z')/red-data-tools-apt-source-latest-$(lsb_release --codename --short).deb && \
sudo apt install -y -V ./red-data-tools-apt-source-latest-$(lsb_release --codename --short).deb && \
sudo apt update && \
sudo apt install -y -V libarrow-dev && \
sudo apt install -y -V libarrow-glib-dev && \
sudo apt install -y -V libparquet-dev && \
sudo apt install -y -V libparquet-glib-dev
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 0378a59

Please sign in to comment.