From 4efb75a412f9a698b55517564e7d0403085cf491 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sun, 17 Nov 2024 15:18:38 -0500 Subject: [PATCH] Revert "add cpp standard flag to cmake (#3684)" This reverts commit 01ced3238e87b71647fcdf8179907524e97ff54a. --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 69024309e..656dc6f96 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4.1.6 - 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