Skip to content

Commit cede61d

Browse files
committed
Debug action.yml
1 parent e562abc commit cede61d

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
@@ -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

0 commit comments

Comments
 (0)