Skip to content

Commit ba9177d

Browse files
committed
chore: install clang-format 20 in pre-commit
1 parent 16d6e7a commit ba9177d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
run: |
2222
sudo apt-get update
2323
sudo apt-get install --no-install-recommends -y \
24-
gcc-14 g++-14 ninja-build python3-pip clang-format-16
24+
gcc-14 g++-14 ninja-build python3-pip
25+
wget https://apt.llvm.org/llvm.sh
26+
chmod u+x llvm.sh
27+
sudo ./llvm.sh 20 all
2528
python3 -m pip install -r requirements.txt
2629
- name: Run pre-commit checks
2730
run: |

0 commit comments

Comments
 (0)