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 66f9588 commit 85f6f43Copy full SHA for 85f6f43
.github/workflows/c-check.yml
@@ -26,6 +26,7 @@ jobs:
26
sudo apt-add-repository "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-20 main"
27
sudo apt-get update
28
sudo apt-get install -y clang-format-20
29
+ sudo ln -sf /usr/bin/clang-format-20 /usr/local/bin/clang-format
30
clang-format --version
31
- name: Install Re2c
32
run: |
0 commit comments