mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 08:45:29 +00:00
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:
parent
74b903b48f
commit
95c34e8606
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -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 }} \
|
||||||
|
|
Loading…
Reference in a new issue