|
41 | 41 | sudo apt install -y wget software-properties-common |
42 | 42 | wget -O - https://apt.llvm.org/llvm.sh | sudo bash |
43 | 43 | - name: Install dependencies |
44 | | - run: sudo apt update && sudo apt install -y clang-format-19 cppcheck |
| 44 | + run: sudo apt update && sudo apt install -y clang-format-22 cppcheck |
45 | 45 | - name: grep, clang-format, cppcheck |
46 | 46 | run: make --directory=tests/ grep_clangformat_cppcheck |
47 | 47 |
|
|
55 | 55 | sudo apt install -y wget software-properties-common |
56 | 56 | wget -O - https://apt.llvm.org/llvm.sh | sudo bash |
57 | 57 | - name: Install dependencies |
58 | | - run: sudo apt update && sudo apt install -y clang-tidy-19 |
| 58 | + run: sudo apt update && sudo apt install -y clang-tidy-22 |
59 | 59 | - name: clang-tidy |
60 | 60 | run: make --directory=tests/ clangtidy |
61 | 61 |
|
|
71 | 71 | steps: |
72 | 72 | - uses: actions/checkout@v4 |
73 | 73 | - name: Set up LLVM repository |
74 | | - run: wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 19 |
| 74 | + run: wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 22 |
75 | 75 | - name: Install dependencies |
76 | | - run: sudo apt update && sudo apt install -y clang-19 |
| 76 | + run: sudo apt update && sudo apt install -y clang-22 |
77 | 77 | - name: g++ with clang |
78 | 78 | run: make --directory=tests/ compile_clang |
79 | 79 |
|
|
92 | 92 | run: | |
93 | 93 | sudo apt update |
94 | 94 | sudo apt install texlive texlive-latex-extra rename nodejs npm |
95 | | - wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 19 |
96 | | - sudo apt update && sudo apt install -y clang-19 |
| 95 | + wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 22 |
| 96 | + sudo apt update && sudo apt install -y clang-22 |
97 | 97 | - name: build pdf |
98 | 98 | run: make --directory=tests/ build_pdf |
99 | 99 | - uses: actions/upload-artifact@v4 |
@@ -131,7 +131,7 @@ jobs: |
131 | 131 | sudo apt install -y wget software-properties-common |
132 | 132 | wget -O - https://apt.llvm.org/llvm.sh | sudo bash |
133 | 133 | - name: Install dependencies |
134 | | - run: sudo apt update && sudo apt install -y clang-format-19 |
| 134 | + run: sudo apt update && sudo apt install -y clang-format-22 |
135 | 135 | - name: Combine includes and force push to main branch |
136 | 136 | run: | |
137 | 137 | git config --local user.name github-actions |
|
0 commit comments