Skip to content

Commit 34b3f76

Browse files
committed
use c++17 only for static code analysis
1 parent 08c3ed7 commit 34b3f76

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)