From 3cd0682f450c4a9e32d94cb64f6df66b8af1dde9 Mon Sep 17 00:00:00 2001 From: Pavel Medvedev Date: Sun, 26 Sep 2021 14:34:03 +0200 Subject: [PATCH] disable Debug builds on CI see #171 --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index d9735b1f..329df9b9 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - build_type: [ Release, Debug ] + build_type: [ Release ] #, Debug ] shared_lib: [ false, true ] header_only: [ false, true ] v8_compress_pointers: [ false, true ]