From 05e2a48b98eee09c334f47788fa65771878cad5a Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Tue, 23 Mar 2021 13:51:09 +0300 Subject: [PATCH] fix flaky Azure Pipelines jobs (2) --- .ci/setup.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.ci/setup.sh b/.ci/setup.sh index f013a9b551ce..7968b0aa7017 100755 --- a/.ci/setup.sh +++ b/.ci/setup.sh @@ -44,7 +44,8 @@ else # Linux libicu66 \ libssl1.1 \ libunwind8 \ - libxau-dev \ + libxau6 \ + libxext6 \ libxrender1 \ locales \ netcat \ @@ -83,7 +84,8 @@ else # Linux apt-get update apt-get install --no-install-recommends -y \ curl \ - libxau-dev \ + libxau6 \ + libxext6 \ libxrender1 \ lsb-release \ software-properties-common