From ae9e42c92dd120c797e244f165e6de1044745cb2 Mon Sep 17 00:00:00 2001 From: zhl Date: Tue, 10 Jan 2023 18:04:05 +0800 Subject: [PATCH] update github init script --- .devcontainer/setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.devcontainer/setup.sh b/.devcontainer/setup.sh index 40eac45..3b4dfdf 100644 --- a/.devcontainer/setup.sh +++ b/.devcontainer/setup.sh @@ -1,5 +1,9 @@ ## update and install some things we should probably have +deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-7 main +deb-src http://apt.llvm.org/bionic/ llvm-toolchain-bionic-7 main +wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add - apt-get update +sudo apt-get install -y clang-7 lldb-7 lld-7 libllvm7 llvm-7 llvm-7-dev apt-get install -y \ curl \ git \