diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f22e9d373..15df27186 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,9 @@ on: - push - pull_request +env: + CMAKE_BUILD_TYPE: ${{ vars.CMAKE_BUILD_TYPE || 'RelWithDebInfo' }} + jobs: spellcheck: runs-on: ubuntu-latest