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
  • Loading branch information
kbdharun committed Apr 7, 2023
1 parent 902cc68 commit e5aa569
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 @@ -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)
Expand Down

0 comments on commit e5aa569

Please sign in to comment.