We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13441e commit e449e31Copy full SHA for e449e31
.github/workflows/clang-format.yml
@@ -30,7 +30,12 @@ jobs:
30
- name: Install dependencies
31
run: |
32
sudo apt-get update
33
- sudo apt-get install -y libdb-dev curl autoconf automake m4 libtool clang-format
+ sudo apt-get install -y libdb-dev curl autoconf automake m4 libtool
34
+ - name: Install clang-format 20
35
+ run: |
36
+ sudo apt-get install -y clang-format-20
37
+ sudo ln -sf /usr/bin/clang-format-20 /usr/bin/clang-format
38
+ clang-format --version
39
- name: Install Re2c
40
41
cd /tmp
0 commit comments