File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -329,6 +329,8 @@ jobs:
329
329
CC : /usr/local/opt/llvm/bin/clang
330
330
CXX : /usr/local/opt/llvm/bin/clang++
331
331
CIBW_ENVIRONMENT : CC=/usr/local/opt/llvm/bin/clang CXX=/usr/local/opt/llvm/bin/clang++
332
+ CMAKE_C_COMPILER : /usr/local/opt/llvm/bin/clang
333
+ CMAKE_CXX_COMPILER : /usr/local/opt/llvm/bin/clang++
332
334
333
335
- name : Build Wheels
334
336
if : runner.os == 'Windows'
@@ -350,6 +352,8 @@ jobs:
350
352
CC : ${RUNNER_TOOL_CACHE}/llvm/bin/clang
351
353
CXX : ${RUNNER_TOOL_CACHE}/llvm/bin/clang++
352
354
CIBW_ENVIRONMENT : CC=${RUNNER_TOOL_CACHE}/llvm/bin/clang CXX=${RUNNER_TOOL_CACHE}/llvm/bin/clang++
355
+ CMAKE_C_COMPILER : ${RUNNER_TOOL_CACHE}/llvm/bin/clang
356
+ CMAKE_CXX_COMPILER : ${RUNNER_TOOL_CACHE}/llvm/bin/clang++
353
357
354
358
- name : Build Wheels
355
359
if : runner.os == 'Linux'
You can’t perform that action at this time.
0 commit comments