Skip to content

Commit 41cffac

Browse files
committed
CI: adds default build type to CI environment
1 parent c4cb6c6 commit 41cffac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
- push
55
- pull_request
66

7+
env:
8+
CMAKE_BUILD_TYPE: ${{ vars.CMAKE_BUILD_TYPE || 'RelWithDebInfo' }}
9+
710
jobs:
811
spellcheck:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)