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 @@ -152,13 +152,14 @@ runs:
152152 # Install CppInterOp
153153 cd $env:CPPINTEROP_BUILD_DIR
154154 cmake --build . --target install --parallel ${{ env.ncpus }}
155+ find.exe . -name "*.dll"
156+ find.exe . -name "*.lib"
155157 cd ..\cppyy-backend\build\
156158 # Build and Install cppyy-backend
157159 cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} ..
158160 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\
161+ find.exe . -name "*"
162+ cp Release\libcppyy-backend.dll $env:CPPINTEROP_DIR\lib\
162163 cd ..
163164
164165 - name : Install CPyCppyy
You can’t perform that action at this time.
0 commit comments