Skip to content

Commit 9a1d607

Browse files
authored
Align pre-commit clang-format version (#531)
1 parent cf8b8d5 commit 9a1d607

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.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)