File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11---
2-
32name : clang-format style check
43
54on : # yamllint disable-line rule:truthy
2524 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
2625 sudo apt-add-repository "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main"
2726 sudo apt-get -y update
28- sudo apt-get -y install --no-install-recommends --no-install-suggests clang-format
27+ sudo apt-get -y install --no-install-recommends --no-install-suggests clang-format-19
28+ sudo update-alternatives --install /usr/bin/clang-format clang-format $(which clang-format-19) 100
29+ sudo update-alternatives --set clang-format $(update-alternatives --list clang-format | grep clang-format-19)
2930 # yamllint enable rule:line-length
3031
3132 - name : Check Tools
You can’t perform that action at this time.
0 commit comments