We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8b8d5 commit 9a1d607Copy full SHA for 9a1d607
.github/workflows/pre-commit.yml
@@ -21,7 +21,10 @@ jobs:
21
run: |
22
sudo apt-get update
23
sudo apt-get install --no-install-recommends -y \
24
- gcc-14 g++-14 ninja-build python3-pip clang-format-16
+ 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
28
python3 -m pip install -r requirements.txt
29
- name: Run pre-commit checks
30
0 commit comments