CI: adds default build type to CI environment

This commit is contained in:
李通洲
2025-08-16 13:10:35 +08:00
parent c4cb6c65a9
commit 41cffac80c
+3
View File
@@ -4,6 +4,9 @@ on:
- push
- pull_request
env:
CMAKE_BUILD_TYPE: ${{ vars.CMAKE_BUILD_TYPE || 'RelWithDebInfo' }}
jobs:
spellcheck:
runs-on: ubuntu-latest