From 1b06e868fdbbd4915636975bfd1c3363a28716ff Mon Sep 17 00:00:00 2001 From: Dana Robinson <43805+derobins@users.noreply.github.com> Date: Wed, 14 Dec 2022 16:05:15 -0800 Subject: Fixes broken CI matrix actions involving -Werror and API versions (#2302) --- .github/workflows/main.yml | 14 +++++++------- 1 file 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" -- cgit v0.12