Skip to content

Commit 98d2bdd

Browse files
Removing Catch2 byte flag
1 parent c4009eb commit 98d2bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_run_unit_test_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: create-build-dir
2525
run: mkdir build
2626
- 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 ..
27+
run: cd build && cmake -D SHARED_BUFFER_BUILD_TESTS:BOOL=ON -D SHARED_BUFFER_BUILD_EXAMPLES:BOOL=ON ..
2828
- name: build
2929
run: cd build && cmake --build . --config $BUILD_TYPE
3030
- name: run-unit-test

0 commit comments

Comments
 (0)