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 8626a8d commit ffafc3aCopy full SHA for ffafc3a
.github/workflows/ci-auto-format-and-commit.yml
@@ -29,8 +29,9 @@ jobs:
29
- name: Install formatter
30
shell: bash
31
run: |
32
- wget https://apt.llvm.org/llvm.sh && chmod +x ./llvm.sh && ./llvm.sh 20
+ wget https://apt.llvm.org/llvm.sh
33
sudo apt-get update
34
+ sudo chmod +x ./llvm.sh && sudo ./llvm.sh 20
35
sudo apt-get install clang-format-20
36
sudo ln -sf $(which clang-format-20) /usr/bin/clang-format
37
python -m pip install black
0 commit comments