From 9ca27a05b12bb31e799f403b74fca0c0442f1ddb Mon Sep 17 00:00:00 2001 From: Liangliang Nan Date: Mon, 13 Jan 2025 22:10:34 +0100 Subject: [PATCH] test in only Release mode (debug libs may not be available) --- .github/workflows/cmake-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-build.yml b/.github/workflows/cmake-build.yml index 99052c6..97488b9 100644 --- a/.github/workflows/cmake-build.yml +++ b/.github/workflows/cmake-build.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: platform: [windows-latest, ubuntu-latest, macos-latest] - build_type: [Debug, Release] + build_type: [Release] runs-on: ${{ matrix.platform }} steps: