Skip to content

Commit d5617db

Browse files
authored
debug action.yml
1 parent 5440570 commit d5617db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/Build_and_Test_cppyy/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ runs:
151151
cmake --build . --target install --parallel ${{ env.ncpus }}
152152
cd ..\cppyy-backend\build\
153153
# Build and Install cppyy-backend
154+
$env:C_INCLUDE_PATH=$env:CPLUS_INCLUDE_PATH
154155
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR ..
155156
cmake --build . --parallel ${{ env.ncpus }}
156157
cp libcppyy-backend.lib $env:CPPINTEROP_DIR\lib\

0 commit comments

Comments
 (0)