diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 8946c8180..b6275d315 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -8,7 +8,7 @@ on: env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) - BUILD_TYPE: Release + BUILD_TYPE: RelWithDebInfo jobs: build: