Removes duplicated build mode from -Werror GitHub actions (#2314)

This commit is contained in:
Dana Robinson
2022-12-16 12:05:01 -08:00
committed by GitHub
parent 4bbda3038a
commit 0e76abaf64

View File

@@ -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