mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-03 14:56:47 -04:00
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:
committed by
Simon McVittie
parent
7c9bbb62e6
commit
9c1938f68f
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user