Skip to content

Commit e562abc

Browse files
committed
Debug action.yml
1 parent 20ac9af commit e562abc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/Build_and_Test_cppyy/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ runs:
156156
# Build and Install cppyy-backend
157157
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} ..
158158
cmake --build . --config ${{ env.BUILD_TYPE }} --parallel ${{ env.ncpus }}
159+
find.exe . -name "*.dll"
160+
find.exe . -name "*.lib"
159161
cp Release\libcppyy-backend.lib $env:CPPINTEROP_DIR\lib\
160162
cd ..
161163

0 commit comments

Comments
 (0)