Skip to content

Commit

Permalink
g++-10
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Jul 3, 2024
1 parent 9a07657 commit 01c76f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clang_tidy:
- git checkout $HEAD_SHA
- >
apt-get update
&& apt-get install -y g++-12 libstdc++-12-dev parallel software-properties-common
&& apt-get install -y g++-10 libstdc++-10-dev parallel software-properties-common
&& curl -L https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add
&& add-apt-repository 'deb http://apt.llvm.org/noble/ llvm-toolchain-noble-17 main'
&& apt-get install -y clang-17 clang-tidy-17
Expand Down

0 comments on commit 01c76f1

Please sign in to comment.