Skip to content

Commit

Permalink
Merge pull request #509 from CesiumGS/fix-build
Browse files Browse the repository at this point in the history
Fix "Quick Checks" step on CI
  • Loading branch information
kring authored Sep 27, 2024
2 parents ea47e8d + dd76722 commit 966498e
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 966498e

Please sign in to comment.