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 @@ -19,14 +19,14 @@ jobs:
1919 sudo rm -f /etc/apt/sources.list.d/*
2020 sudo cp -f misc/ci/sources.list /etc/apt/sources.list
2121 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
22- sudo apt-add-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main"
22+ sudo apt-add-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-15 main"
2323 sudo apt-get update
2424
2525 - name : Install dependencies
2626 run : |
27- sudo apt-get install -qq dos2unix recode clang-format-13 libxml2-utils python3-pip moreutils
27+ sudo apt-get install -qq dos2unix recode clang-format-15 libxml2-utils python3-pip moreutils
2828 sudo update-alternatives --remove-all clang-format || true
29- sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-13 100
29+ sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-15 100
3030 sudo pip3 install black==22.3.0 pygments pytest==7.1.2 mypy==0.971
3131
3232 - name : File formatting checks (file_format.sh)
You can’t perform that action at this time.
0 commit comments