Skip to content

Commit

Permalink
Bump action version to avoid missing distutils
Browse files Browse the repository at this point in the history
ChangeLog:

	* .github/workflows/clang-format.yml: Bump action version to 18.2

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
  • Loading branch information
P-E-P committed Sep 5, 2024
1 parent e4953b4 commit 8ab5dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Copy .clang-format file
run: cp contrib/clang-format .clang-format
- name: Check clang-format
uses: DoozyX/clang-format-lint-action@v0.11
uses: DoozyX/clang-format-lint-action@v0.18.2
with:
source: 'gcc/rust/ libgrust/'
extensions: 'h,cc'
Expand Down

0 comments on commit 8ab5dd8

Please sign in to comment.