Skip to content

Commit

Permalink
Use Clang not AppleClang
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed Oct 21, 2023
1 parent d4dfdcc commit d6d64e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,13 @@ jobs:
with:
xcode-version: latest

- name: Install Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: ${{ matrix.clangVer }}
directory: "./llvm"
env: on

- name: Build Wheels
if: runner.os == 'macOS'
env:
Expand All @@ -301,6 +308,8 @@ jobs:
GITHUB_ACTIONS: ON
LIBRAPID_GET_BLAS: OFF
LIBRAPID_GET_FFTW: OFF
CC: ../llvm/bin/clang
CXX: ../llvm/bin/clang++

run: |
python -m pip install cibuildwheel
Expand Down

0 comments on commit d6d64e9

Please sign in to comment.