We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c67e4b commit bc877a2Copy full SHA for bc877a2
1 file changed
.github/actions/build-library-and-upload/action.yml
@@ -17,6 +17,12 @@ runs:
17
run: |
18
rm -rf out
19
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
26
cmake --build ./build/${{ inputs.preset }} --config ${{ inputs.build-type }} --verbose
27
cmake --install ./build/${{ inputs.preset }} --config ${{ inputs.build-type }}
28
working-directory: ${{ inputs.nakama-cpp-path }}
0 commit comments