IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 80bb4dab authored by Alan Coleman's avatar Alan Coleman
Browse files

Resolve "Remove arrow reinstall"

parent c35837d0
No related branches found
No related tags found
1 merge request!578Resolve "Remove arrow reinstall"
......@@ -25,5 +25,11 @@ fi
mkdir -p "$target_dir" || exit 2
cd "$target_dir" || exit 3
conan remove -f arrow
if [ "${CI_JOB_ID}" ]; then
# Temporary fix for the CI which has a broken arrow install
conan remove -f arrow
fi
conan install -pr corsika8 --build=missing "${DIR}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment