check.yml: remove glib260 ppa

The required package is present in Ubuntu repos https://packages.ubuntu.com/focal/libglib2.0-dev
This commit is contained in:
K.B.Dharun Krishna
2023-04-07 18:14:52 +05:30
committed by Patrick
parent dad39f61b5
commit cb655ab336

View File

@@ -146,7 +146,6 @@ jobs:
# https://gitlab.gnome.org/GNOME/glib/-/issues/1014
- name: Upgrade GLib before running tests
run: |
sudo add-apt-repository ppa:alexlarsson/glib260
sudo apt-get install -y libglib2.0-dev
- name: Run tests
run: make -C _build check -j $(getconf _NPROCESSORS_ONLN)