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 98cc22f commit f91140eCopy full SHA for f91140e
.github/workflows/programming_team_code_ci.yml
@@ -48,7 +48,7 @@ jobs:
48
steps:
49
- uses: actions/checkout@v2
50
- name: Install dependencies
51
- run: sudo apt update && sudo apt install -y clang-18
+ run: wget https://apt.llvm.org/llvm.sh && chmod u+x llvm.sh && ./llvm.sh 18 && clang-18 --version
52
- name: clang-tidy
53
run: make --directory=tests/ clangtidy
54
0 commit comments