Skip to content

Commit 85f6f43

Browse files
committed
Add symlink
1 parent 66f9588 commit 85f6f43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/c-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
sudo apt-add-repository "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-20 main"
2727
sudo apt-get update
2828
sudo apt-get install -y clang-format-20
29+
sudo ln -sf /usr/bin/clang-format-20 /usr/local/bin/clang-format
2930
clang-format --version
3031
- name: Install Re2c
3132
run: |

0 commit comments

Comments
 (0)