summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-12-15 00:05:15 (GMT)
committerGitHub <noreply@github.com>2022-12-15 00:05:15 (GMT)
commit1b06e868fdbbd4915636975bfd1c3363a28716ff (patch)
tree1a2732c3b5c0cf4d62f89b04a923c84e05576772 /.github
parent93938b3a8d88d4f12c6dfd0dd5b7a58108791f4f (diff)
downloadhdf5-1b06e868fdbbd4915636975bfd1c3363a28716ff.zip
hdf5-1b06e868fdbbd4915636975bfd1c3363a28716ff.tar.gz
hdf5-1b06e868fdbbd4915636975bfd1c3363a28716ff.tar.bz2
Fixes broken CI matrix actions involving -Werror and API versions (#2302)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f41b7c8..08807c3 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -177,7 +177,7 @@ jobs:
- enabled: false
text: ""
build_mode:
- - text: "DBG"
+ - text: " DBG"
cmake: "Debug"
autotools: "debug"
@@ -199,7 +199,7 @@ jobs:
- enabled: false
text: ""
build_mode:
- - text: "DBG"
+ - text: " DBG"
cmake: "Debug"
autotools: "debug"
@@ -221,7 +221,7 @@ jobs:
- enabled: false
text: ""
build_mode:
- - text: "DBG"
+ - text: " DBG"
cmake: "Debug"
autotools: "debug"
@@ -243,7 +243,7 @@ jobs:
- enabled: false
text: ""
build_mode:
- - text: "DBG"
+ - text: " DBG"
cmake: "Debug"
autotools: "debug"
@@ -265,7 +265,7 @@ jobs:
- enabled: false
text: ""
build_mode:
- - text: "DBG"
+ - text: " DBG"
cmake: "Debug"
autotools: "debug"
@@ -287,7 +287,7 @@ jobs:
- enabled: false
text: ""
build_mode:
- - text: "DBG"
+ - text: " DBG"
cmake: "Debug"
autotools: "debug"
@@ -309,7 +309,7 @@ jobs:
- enabled: false
text: ""
build_mode:
- - text: "REL"
+ - text: " REL"
cmake: "Release"
autotools: "production"