Skip to content

Commit

Permalink
permission fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jderecho committed Jul 9, 2024
1 parent 01f0694 commit 35bd9d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run_response_bot_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:

- name: parquet libraries
run: |
apt update && \
apt install -y -V ca-certificates lsb-release wget && \
sudo apt update && \
sudo apt install -y -V ca-certificates lsb-release wget && \
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 && \
apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb && \
apt update && \
apt install -y -V libarrow-dev && \
apt install -y -V libparquet-dev
sudo apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb && \
sudo apt update && \
sudo apt install -y -V libarrow-dev && \
sudo apt install -y -V libparquet-dev
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 35bd9d3

Please sign in to comment.