Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Sep 7, 2024
1 parent 68a35db commit b09a745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
shell: bash
run: |
set -eux pipefail
clang-tidy -checks=-*,clang-analyzer-*,-clang-analyzer-cplusplus* example/breeze_theme.hpp --
clang-tidy -checks=-*,clang-analyzer-*,-clang-analyzer-cplusplus* -extra-arg=-std=c++17 example/breeze_theme.hpp --

0 comments on commit b09a745

Please sign in to comment.