summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK.B.Dharun Krishna <kbdharunkrishna@gmail.com>2023-04-07 18:14:52 +0530
committerPatrick <tingping@tingping.se>2023-04-08 21:22:09 -0500
commitcb655ab336bced50a0ef1d14b935a7d5b6f1823b (patch)
treed0e79bdb2048c462fc28f16f92c0a3fa37434b95
parentdad39f61b5db15a0b44c94c277de04288b0f1a9b (diff)
downloadflatpak-cb655ab336bced50a0ef1d14b935a7d5b6f1823b.tar.gz
check.yml: remove glib260 ppa
The required package is present in Ubuntu repos https://packages.ubuntu.com/focal/libglib2.0-dev
-rw-r--r--.github/workflows/check.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 403c3776..d5179087 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -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)