ci:build-essential

This commit is contained in:
luoliwoshang
2025-09-25 15:24:21 +08:00
parent bb8e81fb9b
commit 7180f20366
2 changed files with 7 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y lsb-release gnupg2 wget rsync
apt-get install -y build-essential
echo "deb http://apt.llvm.org/\$(lsb_release -cs)/ llvm-toolchain-\$(lsb_release -cs)-19 main" | tee /etc/apt/sources.list.d/llvm.list
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -