Skip to content

Commit ed3667c

Browse files
committed
Revert "add cpp standard flag to cmake (#3684)"
This reverts commit 01ced32.
1 parent caae3fa commit ed3667c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/[email protected]
1515

1616
- name: Configure project
17-
run: cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS=--coverage -DCMAKE_CXX_STANDARD=17
17+
run: cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS=--coverage
1818

1919
- name: Build project
2020
run: cmake --build build --target test_runner --target task_executable

0 commit comments

Comments
 (0)