diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index d75f5a7..0884925 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -6,6 +6,7 @@ on: pull_request: branches: [ master, ci ] + env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release