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