summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2021-02-19 03:07:29 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-20 20:20:04 +0100
commit8e32f20d13b011df93d477a38e767fe8bb1473c2 (patch)
tree23498e5f4d5e9afbe214f8d3e669a9890137c486 /.github
parentman: split out sd_bus_set_fd() man page from sd_bus_get_fd() (diff)
downloadsystemd-8e32f20d13b011df93d477a38e767fe8bb1473c2.tar.xz
systemd-8e32f20d13b011df93d477a38e767fe8bb1473c2.zip
Revert "ci: switch back to meson-0.56.2"
This reverts commit c39e36203ff79a831c93dfb9380c967cd7fdbb99. Now that meson-0.57.1 (where https://github.com/mesonbuild/meson/issues/8347 is fixed) is out it should be safe to keep rolling forward.
Diffstat (limited to '.github')
-rwxr-xr-x.github/workflows/build_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_test.sh b/.github/workflows/build_test.sh
index fc3d6c096e..8ad7e76790 100755
--- a/.github/workflows/build_test.sh
+++ b/.github/workflows/build_test.sh
@@ -96,7 +96,7 @@ apt-get -y install "${PACKAGES[@]}"
# support all the features we need (like --optimization=). Since the build-dep
# command above installs the distro versions, let's install the pip ones just
# locally and add the local bin directory to the $PATH.
-pip3 install --user -U meson==0.56.2 ninja
+pip3 install --user -U meson ninja
export PATH="$HOME/.local/bin:$PATH"
$CC --version