From 644108fba138c7b24e21d12847b18a4095087758 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Fri, 4 Nov 2022 13:16:09 -0400 Subject: [PATCH] Correct reported issues --- .github/workflows/c-cpp.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index d89bb7c51..795309285 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -29,19 +29,19 @@ jobs: matrix: build: - name: Debug - debug: on - dev: off + debug: y + dev: n slug: -Debug - name: Dev - debug: on - dev: on + debug: y + dev: y slug: -Dev dynarec: - name: ODR - new: off + new: n slug: -ODR - name: NDR - new: on + new: y slug: -NDR environment: - msystem: MINGW32