Skip to content

Commit 9285458

Browse files
committed
Change compiler path...
1 parent 88d9e43 commit 9285458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ jobs:
314314
GITHUB_ACTIONS: ON
315315
LIBRAPID_GET_BLAS: OFF
316316
LIBRAPID_GET_FFTW: OFF
317-
CC: clang
318-
CXX: clang++
317+
CC: /usr/local/opt/llvm/bin/clang
318+
CXX: /usr/local/opt/llvm/bin/clang++
319319

320320
run: |
321321
python -m pip install cibuildwheel

0 commit comments

Comments
 (0)