Unverified Commit 9a47b20b authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

fix flaky Azure Pipelines jobs (2) (#4097)

parent 77d54b3d
...@@ -44,7 +44,8 @@ else # Linux ...@@ -44,7 +44,8 @@ else # Linux
libicu66 \ libicu66 \
libssl1.1 \ libssl1.1 \
libunwind8 \ libunwind8 \
libxau-dev \ libxau6 \
libxext6 \
libxrender1 \ libxrender1 \
locales \ locales \
netcat \ netcat \
...@@ -83,7 +84,8 @@ else # Linux ...@@ -83,7 +84,8 @@ else # Linux
apt-get update apt-get update
apt-get install --no-install-recommends -y \ apt-get install --no-install-recommends -y \
curl \ curl \
libxau-dev \ libxau6 \
libxext6 \
libxrender1 \ libxrender1 \
lsb-release \ lsb-release \
software-properties-common software-properties-common
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment