We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb7a7f commit f2c4e5aCopy full SHA for f2c4e5a
1 file changed
.github/workflows/build_cmake.yml
@@ -65,7 +65,7 @@ jobs:
65
# We need to source the profile file to make sure conan is in PATH
66
run: |
67
source ~/.profile
68
- cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
+ cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCPP_STARTER_USE_SML=ON -DCPP_STARTER_USE_BOOST_BEAST=ON -DCPP_STARTER_USE_CROW=ON
69
70
- name: Build
71
working-directory: ${{runner.workspace}}/build
0 commit comments