Skip to content

Commit 7094a43

Browse files
authored
Update action.yml
1 parent ea7586a commit 7094a43

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
@@ -152,7 +152,7 @@ runs:
152152
cd ..\cppyy-backend\build\
153153
# Build and Install cppyy-backend
154154
$env:INCLUDE=$env:CPLUS_INCLUDE_PATH
155-
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR ..
155+
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR -DCMAKE_INCLUDE_PATH="$env:CPLUS_INCLUDE_PATH" ..
156156
cmake --build . --parallel ${{ env.ncpus }}
157157
cp libcppyy-backend.lib $env:CPPINTEROP_DIR\lib\
158158
cd ..

0 commit comments

Comments
 (0)