From 5f88b01be6a6f2b8e4215e7376ca316577eaea62 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 23 Jul 2020 10:13:05 -0400 Subject: [PATCH] update CI --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 890c3c11a4..ff0fd6ad70 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -20,7 +20,7 @@ jobs: cmake --version - name: configure run: | - cmake -D CMAKE_BUILD_TYPE=Release -D DEAL_II_CXX_FLAGS='-Werror -Wmissing-braces' . + cmake -D CMAKE_BUILD_TYPE=Release -D DEAL_II_CXX_FLAGS='-Werror' . - name: archive uses: actions/upload-artifact@v1 with: -- 2.39.5