summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-12-16 20:05:01 (GMT)
committerGitHub <noreply@github.com>2022-12-16 20:05:01 (GMT)
commit0e76abaf64f27efb8e28f4fc67057fd0a51be361 (patch)
tree95fb5234c9d884a1a89cc182ef42d2a906dc9bd9 /.github/workflows
parent4bbda3038a9e8ad058331e4737ce38bfe9d78c55 (diff)
downloadhdf5-0e76abaf64f27efb8e28f4fc67057fd0a51be361.zip
hdf5-0e76abaf64f27efb8e28f4fc67057fd0a51be361.tar.gz
hdf5-0e76abaf64f27efb8e28f4fc67057fd0a51be361.tar.bz2
Removes duplicated build mode from -Werror GitHub actions (#2314)
Diffstat (limited to '.github/workflows')
-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