From 0e76abaf64f27efb8e28f4fc67057fd0a51be361 Mon Sep 17 00:00:00 2001 From: Dana Robinson <43805+derobins@users.noreply.github.com> Date: Fri, 16 Dec 2022 12:05:01 -0800 Subject: Removes duplicated build mode from -Werror GitHub actions (#2314) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 556fb13..cd5e221 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -269,7 +269,7 @@ jobs: cmake: "Debug" autotools: "debug" - - name: "Ubuntu gcc Autotools -Werror (build only) DBG" + - name: "Ubuntu gcc Autotools -Werror (build only)" os: ubuntu-latest cpp: enable fortran: disable @@ -291,7 +291,7 @@ jobs: cmake: "Debug" autotools: "debug" - - name: "Ubuntu gcc Autotools -Werror (build only) REL" + - name: "Ubuntu gcc Autotools -Werror (build only)" os: ubuntu-latest cpp: enable fortran: disable -- cgit v0.12