We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44fd417 commit 096f08bCopy full SHA for 096f08b
.github/workflows/c++-code-formatting.yml
@@ -46,11 +46,11 @@ jobs:
46
DEBIAN_FRONTEND: noninteractive
47
run: |
48
sudo apt update
49
- sudo apt install -y clang-format-18
+ sudo apt install -y clang-format-20
50
sudo update-alternatives --install /usr/bin/clang-format \
51
- clang-format /usr/bin/clang-format-18 100
+ clang-format /usr/bin/clang-format-20 100
52
sudo update-alternatives --install /usr/bin/git-clang-format \
53
- git-clang-format /usr/bin/git-clang-format-18 100
+ git-clang-format /usr/bin/git-clang-format-20 100
54
55
# We need to fetch the PR's head commit to base our cleanup commit on.
56
- name: Fetch PR branch
0 commit comments