Skip to content

Commit

Permalink
using version 10.0.1-1 (#149)
Browse files Browse the repository at this point in the history
Signed-off-by: Gal Salomon <[email protected]>
  • Loading branch information
galsalomon66 authored Jan 28, 2024
1 parent fa6d963 commit 5579d66
Showing 1 changed file with 2 additions and 2 deletions.
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 focal main"
sudo apt-get update
sudo apt-get install -y -V libarrow-dev
sudo apt-get install -y -V libarrow-dev=10.0.1-1
- name: install parquet
run: sudo apt-get install -y -V libparquet-dev
run: sudo apt-get install -y -V libparquet-dev=10.0.1-1


- name: install-gtest
Expand Down

0 comments on commit 5579d66

Please sign in to comment.