Skip to content

Commit 512ec5b

Browse files
authored
Merge pull request #990 from akien-mga/ci-clang-format-15
CI: Use clang-format 15
2 parents 734d9ef + 51c7956 commit 512ec5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/static_checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)