From 95c34e8606b17a44bcc8cf7adc7582668e218b94 Mon Sep 17 00:00:00 2001 From: ekrctb Date: Mon, 23 May 2022 12:40:20 +0900 Subject: [PATCH] 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 --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22c7000..9ea3c50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,6 @@ jobs: run: | # TODO: only run this command on i386 sudo dpkg --add-architecture i386 - sudo add-apt-repository ppa:team-xbmc/ppa sudo apt-get update -y -qq sudo apt-get install wayland-protocols${{ matrix.platform.target_apt_arch }} \ pkg-config${{ matrix.platform.target_apt_arch }} \