Skip to content

Commit

Permalink
Dev: update clang to version 13
Browse files Browse the repository at this point in the history
  • Loading branch information
andriydruk committed Jun 5, 2024
1 parent 60632d8 commit 9d9a7a1
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions build/Linux/000-install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,16 @@ apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
zip

apt-get install -y \
clang \
autoconf \
automake \
libtool \
curl \
wget \
unzip \
vim \
lsb-release \
software-properties-common \
gnupg \
autoconf \
automake \
libtool \
curl \
wget \
unzip \
vim \
rpl

clang --version

0 comments on commit 9d9a7a1

Please sign in to comment.