Skip to content

Commit 3f6e85a

Browse files
authored
Debug action.yml
1 parent eebd0a4 commit 3f6e85a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/actions/Build_and_Test_cppyy/action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)