Skip to content

Commit f8123ed

Browse files
committed
Force override of clang format link
1 parent e57d62c commit f8123ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
chmod +x llvm.sh
163163
sudo ./llvm.sh 16
164164
165-
ln -sf $(which clang-format-16) $(which clang-format)
165+
sudo ln -sf $(which clang-format-16) $(which clang-format)
166166
167167
clang-format --version
168168

0 commit comments

Comments
 (0)