fix: install software-properties-common for llvm.sh on Debian
CI / build-and-test (push) Failing after 1m13s
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:
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
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
|
||||
apt-get install -y -qq ninja-build curl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user