From 54d77ac9a1a2c7639e58e41d978bb6d1c7b5a374 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Mahato Date: Thu, 5 Dec 2024 18:57:53 +0530 Subject: [PATCH] added the build type in matrix --- .github/workflows/windows-test.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/windows-test.yml b/.github/workflows/windows-test.yml index 0191fd0d7..29e0402f2 100644 --- a/.github/workflows/windows-test.yml +++ b/.github/workflows/windows-test.yml @@ -71,15 +71,8 @@ jobs: strategy: fail-fast: false matrix: - include: - - { sys: mingw32, build_type: Debug } - - { sys: mingw32, build_type: Release } - - { sys: mingw64, build_type: Debug } - - { sys: mingw64, build_type: Release } - - { sys: ucrt64, build_type: Debug } - - { sys: ucrt64, build_type: Release } - - { sys: clang64, build_type: Debug } - - { sys: clang64, build_type: Release } + build_type: [Debug, Release] + sys: [mingw32, mingw64, ucrt64, clang64] defaults: run: