File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
2525 sudo apt-add-repository "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main"
2626 sudo apt-get -y update
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 )
27+ sudo apt-get -y install --no-install-recommends --no-install-suggests clang-format-20
28+ sudo update-alternatives --install /usr/bin/clang-format clang-format $(which clang-format-20 ) 100
29+ sudo update-alternatives --set clang-format $(update-alternatives --list clang-format | grep clang-format-20 )
3030 # yamllint enable rule:line-length
3131
3232 - name : Check Tools
You can’t perform that action at this time.
0 commit comments