Skip to content

Commit

Permalink
Remove -std to try to recreate initial error
Browse files Browse the repository at this point in the history
  • Loading branch information
skrobinson committed Nov 4, 2022
1 parent 55bbb3e commit 9bb7a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tidy-analysis-stage-01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: mkdir clang-tidy-result

- name: Analyze
run: git diff -U0 HEAD~60 | clang-tidy-diff-12.py -p1 -path build -extra-arg=-Iinclude -extra-arg=-std=c++17 -export-fixes clang-tidy-result/fixes.yml
run: git diff -U0 HEAD~60 | clang-tidy-diff-12.py -p1 -path build -extra-arg=-Iinclude -export-fixes clang-tidy-result/fixes.yml

- name: Save PR metadata
run: |
Expand Down

0 comments on commit 9bb7a49

Please sign in to comment.