Revert "ci: Use Meson version from pacman on msys2 CI runners"

This reverts commit b17bd3cae605250b76df5bc4e0f20c2ff4618f0a.

It was pushed directly without review, due to unclear UI in GitLab. All
changes must be made through merge requests, and subject to code review
and CI.
This commit is contained in:
Philip Withnall 2024-05-08 12:00:56 +01:00
parent b17bd3cae6
commit 722be9add3
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73

View File

@ -26,6 +26,8 @@ CCACHE_BASEDIR="$(pwd)"
CCACHE_DIR="${CCACHE_BASEDIR}/_ccache"
export CCACHE_BASEDIR CCACHE_DIR
pip3 install --upgrade --user meson==1.0.0
PATH="$(cygpath "$USERPROFILE")/.local/bin:$HOME/.local/bin:$PATH"
DIR="$(pwd)"
export PATH CFLAGS