Skip to content

Commit

Permalink
πŸ’š Sudo clang format install
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs0602 committed Dec 28, 2024
1 parent 6259969 commit ac26c0a
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 @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install clang-format 19
run: sudo wget -qO- https://apt.llvm.org/llvm.sh | bash -s -- 19
run: sudo wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 19
- name: Find and Check All Files
run: |
FILES=$(find . -type f \( -name '*.cpp' -o -name '*.c' -o -name '*.h' -o -name '*.mm' -o -name '*.m' \))
Expand Down

0 comments on commit ac26c0a

Please sign in to comment.