Skip to content

Commit c0664d5

Browse files
committed
ci: Use conda-forge clang
1 parent da71abf commit c0664d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-linux-osx-win-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
# Workaround for https://github.com/conda-incubator/setup-miniconda/issues/186
8181
conda config --remove channels defaults
8282
# Compilation related dependencies
83-
mamba install cmake compilers make pkg-config doxygen ninja graphviz typing_extensions llvm-openmp
83+
mamba install cmake compilers make pkg-config doxygen ninja graphviz typing_extensions llvm-openmp clang
8484
# Main dependencies
8585
mamba install eigen simde
8686
# Test dependencies

0 commit comments

Comments
 (0)