File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
.github/actions/Build_and_Test_cppyy Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -149,13 +149,14 @@ runs:
149149 # Install CppInterOp
150150 cd $env:CPPINTEROP_BUILD_DIR
151151 cmake --build . --target install --parallel ${{ env.ncpus }}
152+ find.exe . -name "*.dll"
153+ find.exe . -name "*.lib"
152154 cd ..\cppyy-backend\build\
153155 # Build and Install cppyy-backend
154156 cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} ..
155157 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\
158+ find.exe . -name "*"
159+ cp Release\libcppyy-backend.dll $env:CPPINTEROP_DIR\lib\
159160 cd ..
160161
161162 - name : Install CPyCppyy
You can’t perform that action at this time.
0 commit comments