We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4009eb commit 98d2bddCopy full SHA for 98d2bdd
.github/workflows/build_run_unit_test_cmake.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: create-build-dir
25
run: mkdir build
26
- name: configure-cmake
27
- run: cd build && cmake -D SHARED_BUFFER_BUILD_TESTS:BOOL=ON -D SHARED_BUFFER_BUILD_EXAMPLES:BOOL=ON -D CATCH_CONFIG_CPP17_BYTE:BOOL=ON ..
+ run: cd build && cmake -D SHARED_BUFFER_BUILD_TESTS:BOOL=ON -D SHARED_BUFFER_BUILD_EXAMPLES:BOOL=ON ..
28
- name: build
29
run: cd build && cmake --build . --config $BUILD_TYPE
30
- name: run-unit-test
0 commit comments