Skip to content

Commit

Permalink
check.yml: remove glib260 ppa
Browse files Browse the repository at this point in the history
The required package is present in Ubuntu repos https://packages.ubuntu.com/focal/libglib2.0-dev

(cherry picked from commit cb655ab)
  • Loading branch information
kbdharun authored and smcv committed Nov 14, 2023
1 parent 7c9bbb6 commit 9c1938f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9c1938f

Please sign in to comment.