We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096f08b commit be3fc1aCopy full SHA for be3fc1a
.github/workflows/c++-code-formatting.yml
@@ -51,6 +51,8 @@ jobs:
51
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-20 100
54
+ sudo update-alternatives --set clang-format /usr/bin/clang-format-20
55
+ sudo update-alternatives --set git-clang-format /usr/bin/git-clang-format-20
56
57
# We need to fetch the PR's head commit to base our cleanup commit on.
58
- name: Fetch PR branch
0 commit comments