Skip to content

Commit

Permalink
Revert "ci: switch back to meson-0.56.2"
Browse files Browse the repository at this point in the history
This reverts commit c39e362.

Now that meson-0.57.1 (where mesonbuild/meson#8347
is fixed) is out it should be safe to keep rolling forward.
  • Loading branch information
evverx committed Feb 19, 2021
1 parent dc288ff commit e7be2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7be2de

Please sign in to comment.