Skip to content

Commit

Permalink
πŸ”§ Updated clang format.
Browse files Browse the repository at this point in the history
This should solve the issue in github actions.
  • Loading branch information
rentruewang committed Jul 8, 2024
1 parent 6de446d commit 2cd07d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:

# C++ part
- name: πŸ—οΈ πŸƒ clang-format
uses: DoozyX/clang-format-lint-action@v0.16
uses: DoozyX/clang-format-lint-action@v0.17
with:
source: ./cpp
extensions: h,c,hpp,cpp
clangFormatVersion: 16
clangFormatVersion: 17

# Python part
- name: πŸ—οΈ python 3.11
Expand Down

0 comments on commit 2cd07d0

Please sign in to comment.