Remove PPA that is no longer needed

this is no longer needed because we updated OS to 20.04
and it is breaking i386 build
This commit is contained in:
ekrctb 2022-05-23 12:40:20 +09:00
parent 74b903b48f
commit 95c34e8606

View file

@ -29,7 +29,6 @@ jobs:
run: | run: |
# TODO: only run this command on i386 # TODO: only run this command on i386
sudo dpkg --add-architecture i386 sudo dpkg --add-architecture i386
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update -y -qq sudo apt-get update -y -qq
sudo apt-get install wayland-protocols${{ matrix.platform.target_apt_arch }} \ sudo apt-get install wayland-protocols${{ matrix.platform.target_apt_arch }} \
pkg-config${{ matrix.platform.target_apt_arch }} \ pkg-config${{ matrix.platform.target_apt_arch }} \