We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b8018 commit 7507230Copy full SHA for 7507230
.github/actions/Build_and_Test_cppyy/action.yml
@@ -151,7 +151,6 @@ runs:
151
cmake --build . --target install --parallel ${{ env.ncpus }}
152
cd ..\cppyy-backend\build\
153
# Build and Install cppyy-backend
154
- $env:INCLUDE=$env:CPLUS_INCLUDE_PATH
155
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR ..
156
cmake --build . --parallel ${{ env.ncpus }} -- /verbosity:diagnostic
157
cp libcppyy-backend.lib $env:CPPINTEROP_DIR\lib\
0 commit comments