Skip to content

Commit

Permalink
fix clang format version
Browse files Browse the repository at this point in the history
  • Loading branch information
yobeonline committed Jan 21, 2024
1 parent b37dfb3 commit 743c2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
uses: actions/checkout@v4

- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.5.0
uses: jidicula/clang-format-action@v4
with:
clang-format-version: '18'
clang-format-version: '17'

0 comments on commit 743c2a0

Please sign in to comment.