Skip to content

Commit bc877a2

Browse files
dbg : wslay headers
1 parent 6c67e4b commit bc877a2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • .github/actions/build-library-and-upload

.github/actions/build-library-and-upload/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ runs:
1717
run: |
1818
rm -rf out
1919
cmake --preset ${{ inputs.preset }} -DBUILD_SHARED_LIBS=ON
20+
21+
echo " DEBUG: wslay headers "
22+
find build/${{ inputs.preset }} -path "*wslay.h" -print || true
23+
echo " DEBUG: submodules "
24+
find submodules/vcpkg -path "*wslay.h" -print || true
25+
2026
cmake --build ./build/${{ inputs.preset }} --config ${{ inputs.build-type }} --verbose
2127
cmake --install ./build/${{ inputs.preset }} --config ${{ inputs.build-type }}
2228
working-directory: ${{ inputs.nakama-cpp-path }}

0 commit comments

Comments
 (0)