summaryrefslogtreecommitdiff
path: root/Meta/Azure
diff options
context:
space:
mode:
Diffstat (limited to 'Meta/Azure')
-rw-r--r--Meta/Azure/Setup.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/Azure/Setup.yml b/Meta/Azure/Setup.yml
index 6aacfbc40e..4eb452c754 100644
--- a/Meta/Azure/Setup.yml
+++ b/Meta/Azure/Setup.yml
@@ -10,7 +10,7 @@ steps:
sudo add-apt-repository ppa:canonical-server/server-backports
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
- sudo apt-get install ccache e2fsprogs gcc-11 g++-11 libstdc++-11-dev libmpfr-dev libmpc-dev ninja-build qemu-utils qemu-system-i386 unzip
+ sudo apt-get install ccache e2fsprogs gcc-11 g++-11 libstdc++-11-dev libmpfr-dev libmpc-dev ninja-build qemu-utils qemu-system-i386 unzip lld
displayName: 'Install Dependencies'
- ${{ if eq(parameters.os, 'Linux') }}: