summaryrefslogtreecommitdiff
path: root/.ci/linux-prepare.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/linux-prepare.sh')
-rwxr-xr-x.ci/linux-prepare.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/linux-prepare.sh b/.ci/linux-prepare.sh
index 360c0a68e..b3addf404 100755
--- a/.ci/linux-prepare.sh
+++ b/.ci/linux-prepare.sh
@@ -21,8 +21,8 @@ make -j4 HAVE_LLVM= HAVE_SQLITE= install
cd ..
pip3 install --disable-pip-version-check --user \
- flake8 hacking sphinx wheel setuptools
-pip3 install --user 'meson==0.47.1'
+ flake8 hacking sphinx wheel setuptools pyelftools
+pip3 install --user 'meson==0.49.2'
if [ "$M32" ]; then
# Installing 32-bit libraries.