We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978b329 commit cbed632Copy full SHA for cbed632
.github/actions/Build_and_Test_cppyy/action.yml
@@ -15,7 +15,7 @@ runs:
15
# Install CppInterOp
16
(cd $CPPINTEROP_BUILD_DIR && cmake --build . --target install --parallel ${{ env.ncpus }} )
17
# Build and Install cppyy-backend
18
- cmake -DCppInterOp_DIR=$CPPINTEROP_DIR ..
+ cmake -DCppInterOp_DIR=$CPPINTEROP_DIR -DINCLUDE_PATH="$env:CPLUS_INCLUDE_PATH" ..
19
cmake --build . --parallel ${{ env.ncpus }}
20
os="${{ matrix.os }}"
21
if [[ "${os}" == "macos"* ]]; then
0 commit comments