File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 3030 shell : bash
3131 run : |
3232 wget https://apt.llvm.org/llvm.sh && sudo bash ./llvm.sh 21 && rm ./llvm.sh
33- sudo apt-get install clang-format21-
33+ sudo apt-get install clang-format-21
3434 sudo ln -sf $(which clang-format-21) /usr/bin/clang-format
3535 python -m pip install black
3636
Original file line number Diff line number Diff line change @@ -28,15 +28,12 @@ jobs:
2828
2929 - name : Install formatter
3030 shell : bash
31- # [TODO] It seems like ubuntu-latest (24.04) in github actions does not
32- # have llvm-20 in the apt repository yet. I will change the
33- # version to 20 when it is available.
3431 run : |
3532 wget https://apt.llvm.org/llvm.sh
36- sudo chmod +x ./llvm.sh && sudo ./llvm.sh 19 && rm ./llvm.sh
33+ sudo chmod +x ./llvm.sh && sudo ./llvm.sh 21 && rm ./llvm.sh
3734 sudo apt-get update
38- sudo apt-get install clang-format-19
39- sudo ln -sf $(which clang-format-19 ) /usr/bin/clang-format
35+ sudo apt-get install clang-format-21
36+ sudo ln -sf $(which clang-format-21 ) /usr/bin/clang-format
4037 python -m pip install black
4138
4239 - name : Run format script
Original file line number Diff line number Diff line change 3030 shell : bash
3131 run : |
3232 wget https://apt.llvm.org/llvm.sh && sudo bash ./llvm.sh 21 && rm ./llvm.sh
33- sudo apt-get install clang-format21-
33+ sudo apt-get install clang-format-21
3434 sudo ln -sf $(which clang-format-21) /usr/bin/clang-format
3535 python -m pip install black
3636
You can’t perform that action at this time.
0 commit comments