Skip to content

Commit

Permalink
Add extra-args
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-PLACET committed Apr 19, 2024
1 parent 3abb91b commit b8ea304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:
style: 'file' # Use .clang-format config file
tidy-checks: '' # Use .clang-tidy config file
step-summary: true
ignore: 'build'
ignore: 'build'
extra-args: '-std=c++20'

0 comments on commit b8ea304

Please sign in to comment.