Skip to content

Commit

Permalink
Update maintenance.yml
Browse files Browse the repository at this point in the history
Fix maintenance action (update to clang-format-14)
  • Loading branch information
SpectralPlatypus authored Nov 11, 2023
1 parent f509a2e commit 379c7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: '3.9'

- name: Run clang-format
run: find -type f \( -name *.h -o -name *.cpp \) | xargs clang-format-12 -style=file -i
run: find -type f \( -name *.h -o -name *.cpp \) | xargs clang-format-14 -style=file -i

- name: Glob files
run: python ${{ github.workspace }}/scripts/cmake_generate.py
Expand Down

0 comments on commit 379c7d3

Please sign in to comment.