We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096f08b commit c864da5Copy full SHA for c864da5
.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-20
+ sudo apt install -y clang-format-18
50
sudo update-alternatives --install /usr/bin/clang-format \
51
- clang-format /usr/bin/clang-format-20 100
+ clang-format /usr/bin/clang-format-18 100
52
sudo update-alternatives --install /usr/bin/git-clang-format \
53
- git-clang-format /usr/bin/git-clang-format-20 100
+ git-clang-format /usr/bin/git-clang-format-18 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