mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-26 10:54:59 -04:00
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:
committed by
Patrick
parent
dad39f61b5
commit
cb655ab336
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user