From cb1ee5be63d9382798f60b0ec8692c0770fb70b3 Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Fri, 5 Apr 2024 09:42:35 -0700 Subject: [PATCH] w5 --- .github/workflows/ci_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_windows.yml b/.github/workflows/ci_windows.yml index 5d7240798d5c1..88b64df1bfb64 100644 --- a/.github/workflows/ci_windows.yml +++ b/.github/workflows/ci_windows.yml @@ -28,7 +28,7 @@ jobs: fail-fast: false matrix: toolset: [""] - build_type: [Release] + build_type: [Debug, Release] build_shared_libs: [OFF] # TODO(JS): Add ON once shared lib build is resolved steps: