From 9973a4cb00c1db674c8b0472f84a103182df07dc Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Tue, 26 Oct 2021 21:55:44 +0200 Subject: [PATCH] Edit github action build file --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index da6542f0..3f646225 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -225,7 +225,7 @@ jobs: - name: Build shell: bash - run: cmake --build build/ --config ${{ matrix.config.build_type }} -DCMAKE_CXX_FLAGS="-Wall -Wextra -pedantic" + run: cmake --build build/ --config ${{ matrix.config.build_type }} - name: Install Library on Linux/MacOS if: ${{ !startsWith(matrix.config.os, 'windows') }}