Skip to content

Commit 1096105

Browse files
authored
Merge pull request #36 from StephanKa/bugfix/static-analysis
use c++17 only for static code analysis
2 parents f5c27ff + 34b3f76 commit 1096105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188

189189
- name: Configure via CMake
190190
shell: bash
191-
run: cmake --preset unixlike-${{ matrix.compiler.preset }}-${{ matrix.buildtype }}-static-analysis
191+
run: cmake --preset unixlike-${{ matrix.compiler.preset }}-${{ matrix.buildtype }}-static-analysis -DCXX_STANDARD=17
192192

193193
- name: Build
194194
shell: bash

0 commit comments

Comments
 (0)