From bb8e81fb9bb7e2d3dab5596bae8c1c54c208280e Mon Sep 17 00:00:00 2001 From: luoliwoshang <2643523683@qq.com> Date: Thu, 25 Sep 2025 15:02:00 +0800 Subject: [PATCH] ci:rm linux llvm download --- .github/workflows/populate_linux_sysroot.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/populate_linux_sysroot.sh b/.github/workflows/populate_linux_sysroot.sh index b41d3252..52212862 100755 --- a/.github/workflows/populate_linux_sysroot.sh +++ b/.github/workflows/populate_linux_sysroot.sh @@ -22,7 +22,6 @@ apt-get install -y lsb-release gnupg2 wget rsync 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 - apt-get update -apt-get install -y llvm-19-dev error() { echo -e "\$1" >&2