Skip to content

Commit ffafc3a

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

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,8 +29,9 @@ 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
3333
sudo apt-get update
34+
sudo chmod +x ./llvm.sh && sudo ./llvm.sh 20
3435
sudo apt-get install clang-format-20
3536
sudo ln -sf $(which clang-format-20) /usr/bin/clang-format
3637
python -m pip install black

0 commit comments

Comments
 (0)