Skip to content

Commit

Permalink
find parquet
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Aug 19, 2024
1 parent fe35a34 commit 20cf079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
run: |
git clone --recursive https://gitlab.iap.kit.edu/AirShowerPhysics/corsika.git
sed -i -e 's/yaml-cpp::yaml-cpp/${yaml-cpp_LIBRARY}/' corsika/CMakeLists.txt
sed -i -e '/^find_package\(Arrow/s/$/\nfind_package\(Parquet REQUIRED\)/' corsika/CMakeLists.txt
mkdir corsika/build
cd corsika/build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
Expand Down

0 comments on commit 20cf079

Please sign in to comment.