Skip to content

Commit 096f08b

Browse files
vkuceraktf
authored andcommitted
Sync the clang-format version with the Clang version
1 parent 44fd417 commit 096f08b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/c++-code-formatting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
DEBIAN_FRONTEND: noninteractive
4747
run: |
4848
sudo apt update
49-
sudo apt install -y clang-format-18
49+
sudo apt install -y clang-format-20
5050
sudo update-alternatives --install /usr/bin/clang-format \
51-
clang-format /usr/bin/clang-format-18 100
51+
clang-format /usr/bin/clang-format-20 100
5252
sudo update-alternatives --install /usr/bin/git-clang-format \
53-
git-clang-format /usr/bin/git-clang-format-18 100
53+
git-clang-format /usr/bin/git-clang-format-20 100
5454
5555
# We need to fetch the PR's head commit to base our cleanup commit on.
5656
- name: Fetch PR branch

0 commit comments

Comments
 (0)