Skip to content

Commit

Permalink
Update .github/workflows/clang-format-check.yml
Browse files Browse the repository at this point in the history
* 19 not available
  • Loading branch information
lpugin authored Nov 25, 2024
1 parent f84695b commit 881f682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/[email protected]
with:
clang-format-version: "19"
clang-format-version: "18"
check-path: ${{ matrix.path['check'] }}
exclude-regex: ${{ matrix.path['exclude'] }}

0 comments on commit 881f682

Please sign in to comment.