summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-12-16 21:48:23 (GMT)
committerGitHub <noreply@github.com>2022-12-16 21:48:23 (GMT)
commit35b6449c22edfad2af3b70094802215e4455b6e4 (patch)
tree6396aa4dbd3b8388622be35b2645f78c2f1003f4
parente4f480b596e9a8a9e04d4192b939bdc6590e1e76 (diff)
downloadhdf5-35b6449c22edfad2af3b70094802215e4455b6e4.zip
hdf5-35b6449c22edfad2af3b70094802215e4455b6e4.tar.gz
hdf5-35b6449c22edfad2af3b70094802215e4455b6e4.tar.bz2
Fixes duplicated build mode in -Werror GitHub action names (#2317)
-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 11eb029..594dabe 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