summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-12-16 21:48:09 (GMT)
committerGitHub <noreply@github.com>2022-12-16 21:48:09 (GMT)
commit7379c6cad9c41be3ba6a82cc31a73779cb33168f (patch)
tree7d56c234c21e9d29cc1476163254a85d1ea7d29d /.github
parent8f344f7b970e24c3bfed7e7cf9003be5e78aaa29 (diff)
downloadhdf5-7379c6cad9c41be3ba6a82cc31a73779cb33168f.zip
hdf5-7379c6cad9c41be3ba6a82cc31a73779cb33168f.tar.gz
hdf5-7379c6cad9c41be3ba6a82cc31a73779cb33168f.tar.bz2
Fixes duplicated build mode name in -Werror GitHub actions (#2316)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml4
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