Skip to content

Commit

Permalink
Revert "add cpp standard flag to cmake (GothenburgBitFactory#3684)"
Browse files Browse the repository at this point in the history
This reverts commit 01ced32.
  • Loading branch information
djmitche committed Nov 17, 2024
1 parent 98204b1 commit 4efb75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/[email protected]

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

- name: Build project
run: cmake --build build --target test_runner --target task_executable
Expand Down

0 comments on commit 4efb75a

Please sign in to comment.