Skip to content
Snippets Groups Projects
Unverified Commit 82f33ac8 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

ci/conda: add missing qhull-static

parent 4788277f
No related branches found
No related tags found
No related merge requests found
......@@ -13,4 +13,4 @@ dependencies:
- doxygen
- lxml
- pylatexenc
- qhull
- qhull
\ No newline at end of file
......@@ -30,14 +30,14 @@ jobs:
shell: bash -l {0}
run: |
conda activate hpp-fcl
conda install compilers=1.4.2 -c conda-forge
conda install compilers -c conda-forge
- name: Install cmake and update conda
shell: bash -l {0}
run: |
conda activate hpp-fcl
conda install cmake -c main
conda install llvm-openmp -c conda-forge
conda install llvm-openmp qhull-static -c conda-forge
- name: Build hpp-fcl
shell: bash -l {0}
......
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