diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 4 |
1 files 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 |