diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 974e4fa1..403d6b2c 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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)