CI: install glib for the MSYS2 jobs to make pkgconf happy

Fixes a test when using pkgconf instead of pkg-config.

The .pc file in the pkgconfig-gen test requires it and pkgconf seems be
stricter here and fails to validate.
pull/7019/head
Christoph Reiter 4 years ago committed by Jussi Pakkanen
parent 9d3aa63681
commit c2f647867e
  1. 1
      .github/workflows/msys2.yml

@ -56,6 +56,7 @@ jobs:
mercurial
lcov
mingw-w64-${{ matrix.MSYS2_ARCH }}-cmake
mingw-w64-${{ matrix.MSYS2_ARCH }}-glib2
mingw-w64-${{ matrix.MSYS2_ARCH }}-libxml2
mingw-w64-${{ matrix.MSYS2_ARCH }}-ninja
mingw-w64-${{ matrix.MSYS2_ARCH }}-pkg-config

Loading…
Cancel
Save