Skip to content

Commit

Permalink
ci: Use conda-forge clang
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Dec 4, 2024
1 parent da71abf commit c0664d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux-osx-win-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# Workaround for https://github.com/conda-incubator/setup-miniconda/issues/186
conda config --remove channels defaults
# Compilation related dependencies
mamba install cmake compilers make pkg-config doxygen ninja graphviz typing_extensions llvm-openmp
mamba install cmake compilers make pkg-config doxygen ninja graphviz typing_extensions llvm-openmp clang
# Main dependencies
mamba install eigen simde
# Test dependencies
Expand Down

0 comments on commit c0664d5

Please sign in to comment.