Skip to content

Commit faca730

Browse files
author
MarcoFalke
committed
ci: Install fixed version of clang-format for linters
1 parent fa4695d commit faca730

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/lint/04_install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
export LC_ALL=C
88

9+
travis_retry sudo apt update && sudo apt install -y clang-format-9
10+
sudo update-alternatives --install /usr/bin/clang-format clang-format $(which clang-format-9 ) 100
11+
sudo update-alternatives --install /usr/bin/clang-format-diff clang-format-diff $(which clang-format-diff-9) 100
12+
913
travis_retry pip3 install codespell==1.17.1
1014
travis_retry pip3 install flake8==3.8.3
1115
travis_retry pip3 install yq

0 commit comments

Comments
 (0)