We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b82c9 commit 1d994ecCopy full SHA for 1d994ec
1 file changed
.github/actions/build-library-and-upload/action.yml
@@ -16,7 +16,7 @@ runs:
16
- id: build
17
run: |
18
rm -rf out
19
- cmake --preset ${{ inputs.preset }} -DBUILD_SHARED_LIBS=ON
+ cmake --preset ${{ inputs.preset }}
20
cmake --build ./build/${{ inputs.preset }} --config ${{ inputs.build-type }} --verbose
21
cmake --install ./build/${{ inputs.preset }} --config ${{ inputs.build-type }}
22
working-directory: ${{ inputs.nakama-cpp-path }}
0 commit comments