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 a2b3891 commit e87ae18Copy full SHA for e87ae18
.github/workflows/main.yml
@@ -25,9 +25,11 @@ jobs:
25
chmod +x llvm.sh
26
sudo ./llvm.sh $LLVM_VERSION
27
sudo apt-get update -y && sudo apt-get upgrade -y
28
- sudo apt-get -y install gcc-multilib g++-multilib clang-tidy-$LLVM_VERSION cppcheck
+ sudo apt-get -y install gcc-multilib g++-multilib clang-tidy-$LLVM_VERSION clang-format-$LLVM_VERSION cppcheck
29
sudo update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-$LLVM_VERSION 50
30
+ sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-$LLVM_VERSION 50
31
clang-tidy --version
32
+ clang-format --version
33
- run: >
34
cmake
35
-B ${{ github.workspace }}/build
0 commit comments