From 29dea51b6b610d7198da4ed998c58fc6043f748f Mon Sep 17 00:00:00 2001 From: speedie Date: Fri, 17 May 2024 23:07:47 +0200 Subject: [PATCH] Changed my mind, disable Debug testing. --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 69f8bd1..8e02b0d 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -15,7 +15,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - build_type: [Debug, Release] + build_type: [Release] include: - os: windows-latest cpp_compiler: cl