Skip to content

Commit

Permalink
Try using system Clang explicitly.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Feb 19, 2021
1 parent 9a83eb6 commit 4f713b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
run: |
brew update
brew install pypy llvm@9 hdf5
# Note: NOT brew's clang
export CXX=clang++
export CMAKE_PREFIX_PATH="$(brew --prefix)/opt/llvm@9"
export INCLUDE_PATH="$(xcrun --sdk macosx --show-sdk-path)/usr/include"
export SDKROOT=`xcrun --show-sdk-path`
Expand Down

0 comments on commit 4f713b1

Please sign in to comment.