Skip to content

Commit

Permalink
use c++17 only for static code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanKa committed Mar 6, 2024
1 parent 08c3ed7 commit 34b3f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:

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

- name: Build
shell: bash
Expand Down

0 comments on commit 34b3f76

Please sign in to comment.