Skip to content

Commit cbed632

Browse files
authored
Update action.yml
1 parent 978b329 commit cbed632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/Build_and_Test_cppyy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
# Install CppInterOp
1616
(cd $CPPINTEROP_BUILD_DIR && cmake --build . --target install --parallel ${{ env.ncpus }} )
1717
# Build and Install cppyy-backend
18-
cmake -DCppInterOp_DIR=$CPPINTEROP_DIR ..
18+
cmake -DCppInterOp_DIR=$CPPINTEROP_DIR -DINCLUDE_PATH="$env:CPLUS_INCLUDE_PATH" ..
1919
cmake --build . --parallel ${{ env.ncpus }}
2020
os="${{ matrix.os }}"
2121
if [[ "${os}" == "macos"* ]]; then

0 commit comments

Comments
 (0)