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
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
......
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