CI: Don't pin msys2 packages to a specific version at all
authorSimon McVittie <smcv@collabora.com>
Mon, 12 Sep 2022 17:13:48 +0000 (18:13 +0100)
committerSimon McVittie <smcv@collabora.com>
Tue, 13 Sep 2022 15:08:36 +0000 (16:08 +0100)
commit99fa277774d62ddaa6481e1dcb5c72ab0e1ea3b2
tree4e390b54d9b6928083739af2a0e1704f63aa6acd
parent182eafb3a20df121a7201cde8b7f5a6efb993b59
CI: Don't pin msys2 packages to a specific version at all

Similar to dbus/dbus!286, but more so: just use the package names,
ignoring their version numbers completely.

pcre2 is not strictly needed at the moment, but it'll be a dependency
for GLib >= 2.73.x (older versions used pcre). For a bit of
future-proofing, download both pcre and pcre2.

Signed-off-by: Simon McVittie <smcv@collabora.com>
(cherry picked from commit 8aa34131dd3665df1c0d6a2c92600e04593d09c0)
tools/ci-install.sh