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 76a9d3e commit eebd0a4Copy full SHA for eebd0a4
.github/actions/Build_and_Test_cppyy/action.yml
@@ -153,6 +153,8 @@ runs:
153
# Build and Install cppyy-backend
154
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} ..
155
cmake --build . --config ${{ env.BUILD_TYPE }} --parallel ${{ env.ncpus }}
156
+ find.exe . -name "*.dll"
157
+ find.exe . -name "*.lib"
158
cp Release\libcppyy-backend.lib $env:CPPINTEROP_DIR\lib\
159
cd ..
160
0 commit comments