Skip to content

Commit

Permalink
ci: use pipx instead of pip for clangformat install
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Gorez <[email protected]>
  • Loading branch information
tony-go committed Oct 15, 2024
1 parent fb9474e commit d3fb181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
CXX: ${{ matrix.platform.cxx }}
steps:
- name: Install ClangFormat
run: pip install clang-format==19.1.0
run: pipx install clang-format==19.1.0

- name: Install dependencies (GNU/Linux)
if: runner.os == 'linux'
Expand Down

0 comments on commit d3fb181

Please sign in to comment.