From: Timo Heister Date: Thu, 23 Jul 2020 14:13:05 +0000 (-0400) Subject: update CI X-Git-Tag: v9.3.0-rc1~1251^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f88b01be6a6f2b8e4215e7376ca316577eaea62;p=dealii.git update CI --- 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: