Skip to content

Commit 94fbcdd

Browse files
author
root
committed
[FIX] CI
1 parent 8626a8d commit 94fbcdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-auto-format-and-commit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
- name: Install formatter
3030
shell: bash
3131
run: |
32-
wget https://apt.llvm.org/llvm.sh && chmod +x ./llvm.sh && ./llvm.sh 20
32+
wget https://apt.llvm.org/llvm.sh
33+
sudo chmod +x ./llvm.sh && sudo ./llvm.sh all
3334
sudo apt-get update
3435
sudo apt-get install clang-format-20
3536
sudo ln -sf $(which clang-format-20) /usr/bin/clang-format

0 commit comments

Comments
 (0)