Skip to content

Commit

Permalink
ver=15.0.2-1
Browse files Browse the repository at this point in the history
Signed-off-by: Gal Salomon <[email protected]>
  • Loading branch information
galsalomon66 committed Jun 3, 2024
1 parent 5b0ce7f commit f46118c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
sudo curl -L https://dist.apache.org/repos/dist/dev/arrow/KEYS | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://apache.jfrog.io/artifactory/arrow/ubuntu $(lsb_release --codename --short) main"
sudo apt-get update
sudo apt-get install -y -V libarrow-dev=15.0.0-1
sudo apt-get install -y -V libarrow-dev=15.0.2-1
- name: install parquet
run: sudo apt-get install -y -V libparquet-dev=15.0.0-1
run: sudo apt-get install -y -V libparquet-dev=15.0.2-1


- name: install-gtest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
sudo curl -L https://dist.apache.org/repos/dist/dev/arrow/KEYS | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://apache.jfrog.io/artifactory/arrow/ubuntu $(lsb_release --codename --short) main"
sudo apt-get update
sudo apt-get install -y -V libarrow-dev=15.0.0-1
sudo apt-get install -y -V libarrow-dev=15.0.2-1
- name: install parquet
run: sudo apt-get install -y -V libparquet-dev=15.0.0-1
run: sudo apt-get install -y -V libparquet-dev=15.0.2-1


- name: install-gtest
Expand Down

0 comments on commit f46118c

Please sign in to comment.