Skip to content

Commit f2c4e5a

Browse files
committed
enable SML, Boost Beast and Crow in Github action
1 parent fdb7a7f commit f2c4e5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# We need to source the profile file to make sure conan is in PATH
6666
run: |
6767
source ~/.profile
68-
cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
68+
cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCPP_STARTER_USE_SML=ON -DCPP_STARTER_USE_BOOST_BEAST=ON -DCPP_STARTER_USE_CROW=ON
6969
7070
- name: Build
7171
working-directory: ${{runner.workspace}}/build

0 commit comments

Comments
 (0)