summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-12-14 20:38:05 (GMT)
committerGitHub <noreply@github.com>2022-12-14 20:38:05 (GMT)
commitb453af9063806fa03599b2d938b1cd42e9f3c32c (patch)
tree70a4642ed331ae5eb162c27dc1e0a1f5bc92ec73
parent3bd97a7bdce53e6d6795500493673023e90dcc08 (diff)
downloadhdf5-b453af9063806fa03599b2d938b1cd42e9f3c32c.zip
hdf5-b453af9063806fa03599b2d938b1cd42e9f3c32c.tar.gz
hdf5-b453af9063806fa03599b2d938b1cd42e9f3c32c.tar.bz2
Fixed matrix production mode in main.yml
-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 fb94f69..b26af6a 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"