We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cb6c6 commit 41cffacCopy full SHA for 41cffac
.github/workflows/ci.yml
@@ -4,6 +4,9 @@ on:
4
- push
5
- pull_request
6
7
+env:
8
+ CMAKE_BUILD_TYPE: ${{ vars.CMAKE_BUILD_TYPE || 'RelWithDebInfo' }}
9
+
10
jobs:
11
spellcheck:
12
runs-on: ubuntu-latest
0 commit comments