File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ Checks:
91
91
- ' -performance-implicit-conversion-in-loop'
92
92
- ' -performance-move-const-arg'
93
93
- ' -performance-noexcept-move-constructor'
94
+ - ' -performance-no-automatic-move'
94
95
- ' -performance-unnecessary-copy-initialization'
95
96
- ' -performance-unnecessary-value-param'
96
97
- ' -readability-avoid-const-params-in-decls'
Original file line number Diff line number Diff line change 18
18
- name : Install dependencies
19
19
run : |
20
20
wget -qO- 'https://apt.llvm.org/llvm-snapshot.gpg.key' | sudo tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc >/dev/null
21
- sudo add-apt-repository -y 'deb http://apt.llvm.org/jammy / llvm-toolchain-jammy -18 main'
21
+ sudo add-apt-repository -y 'deb http://apt.llvm.org/noble / llvm-toolchain-noble -18 main'
22
22
packages=(
23
23
clang-18 clang-format-18 clang-tidy-18 cmake libgl-dev libopengl-dev libxkbcommon-dev libx11-6 libx11-xcb1
24
24
libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-render0
You can’t perform that action at this time.
0 commit comments