Skip to content

Commit ea7586a

Browse files
authored
Debug action.yml
1 parent d5617db commit ea7586a

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
@@ -151,7 +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
154+
$env:INCLUDE=$env:CPLUS_INCLUDE_PATH
155155
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR ..
156156
cmake --build . --parallel ${{ env.ncpus }}
157157
cp libcppyy-backend.lib $env:CPPINTEROP_DIR\lib\

0 commit comments

Comments
 (0)