check.yml: remove glib260 ppa

The required package is present in Ubuntu repos https://packages.ubuntu.com/focal/libglib2.0-dev

(cherry picked from commit cb655ab336)
This commit is contained in:
K.B.Dharun Krishna
2023-04-07 18:14:52 +05:30
committed by Simon McVittie
parent 7c9bbb62e6
commit 9c1938f68f

View File

@@ -145,7 +145,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)