Skip to content

Commit

Permalink
Remove unneeded backslashes
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Aug 19, 2024
1 parent 20cf079 commit 2f6d3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +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
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 2f6d3b0

Please sign in to comment.