fix: install software-properties-common for llvm.sh on Debian
CI / build-and-test (push) Failing after 1m13s

Debian 11 (bullseye) doesn't have add-apt-repository by default.
llvm.sh needs it to add the LLVM apt repo.
This commit is contained in:
2026-08-04 14:28:33 -04:00
parent 71d2eadcb9
commit ac530e94a7
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
apt-get update -qq apt-get update -qq
apt-get install -y -qq wget lsb-release apt-get install -y -qq wget lsb-release software-properties-common gnupg
wget -qO- https://apt.llvm.org/llvm.sh | bash -s -- 18 all wget -qO- https://apt.llvm.org/llvm.sh | bash -s -- 18 all
apt-get install -y -qq ninja-build curl apt-get install -y -qq ninja-build curl