Skip to content

Commit b855e39

Browse files
committed
main: inclued llvm
1 parent 9a9fc22 commit b855e39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
if: matrix.os == 'macos-latest'
5959
run: |
6060
brew install llvm libomp open-mpi hdf5
61-
export CC=/usr/local/opt/llvm/bin/clang
62-
export CPP=/usr/local/opt/llvm/bin/clang
61+
export CPPFLAGS=-I/usr/local/opt/llvm/include
6362
6463
- name: Set up Python ${{ matrix.python-version }}
6564
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)