We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad4fb8 commit 5c3b23eCopy full SHA for 5c3b23e
1 file changed
.github/workflows/wheel-builder.yml
@@ -224,6 +224,7 @@ jobs:
224
echo "CPPFLAGS=${CPPFLAGS} -I${LLVM_PREFIX}/include -I${LLD_PREFIX}/include" >> $GITHUB_ENV
225
226
# OpenMP
227
+ brew search libomp
228
brew install libomp
229
brew link libomp --overwrite
230
echo "OpenMP_ROOT=$(brew --prefix libomp)" >> $GITHUB_ENV
0 commit comments