Skip to content

Commit eebd0a4

Browse files
authored
Debug action.yml
1 parent 76a9d3e commit eebd0a4

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
@@ -153,6 +153,8 @@ runs:
153153
# Build and Install cppyy-backend
154154
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} ..
155155
cmake --build . --config ${{ env.BUILD_TYPE }} --parallel ${{ env.ncpus }}
156+
find.exe . -name "*.dll"
157+
find.exe . -name "*.lib"
156158
cp Release\libcppyy-backend.lib $env:CPPINTEROP_DIR\lib\
157159
cd ..
158160

0 commit comments

Comments
 (0)