From f6f5d38e2ba2a1de76a4ff6e0b3fee5b17acd367 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 31 Mar 2019 18:30:32 -0500 Subject: [PATCH] Try LLVM repo again. [skip travis] [skip appveyor] --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 27c610472..a5a2bf6bb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,7 +32,7 @@ jobs: sudo -E apt-add-repository -y "ppa:ubuntu-toolchain-r/test" if test -n "${LLVM_REPO}" ; then wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - - sudo -E apt-add-repository http://apt.llvm.org/xenial/ ${LLVM_REPO} main + sudo -E apt-add-repository "deb http://apt.llvm.org/xenial/ ${LLVM_REPO} main" fi sudo -E apt-get update sudo -E apt-get -yq --no-install-suggests --no-install-recommends install ${PACKAGES}