Skip to content

Commit 7507230

Browse files
authored
Update action.yml
1 parent 02b8018 commit 7507230

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/actions/Build_and_Test_cppyy/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ runs:
151151
cmake --build . --target install --parallel ${{ env.ncpus }}
152152
cd ..\cppyy-backend\build\
153153
# Build and Install cppyy-backend
154-
$env:INCLUDE=$env:CPLUS_INCLUDE_PATH
155154
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR ..
156155
cmake --build . --parallel ${{ env.ncpus }} -- /verbosity:diagnostic
157156
cp libcppyy-backend.lib $env:CPPINTEROP_DIR\lib\

0 commit comments

Comments
 (0)