Skip to content

Commit

Permalink
Don't explicitly install clang-format.
Browse files Browse the repository at this point in the history
It's failing on Ubuntu 24.04, and probably (?) isn't needed anyway.
  • Loading branch information
kring committed Sep 27, 2024
1 parent ea47e8d commit dd76722
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install clang-format
run: pip install clang-format
- name: Check source formatting
run: |
find native~/Runtime native~/Editor native~/Shared \( -iname '*.cpp' -o -iname '*.h' \) -print0 | xargs -0 clang-format --dry-run -Werror
Expand Down

0 comments on commit dd76722

Please sign in to comment.