.github/workflows/build.yml
@@ -19,6 +19,8 @@ run: | set -x -u -o pipefail source /etc/os-release # https://github.com/actions/runner-images/issues/7192 echo 'APT::Get::Always-Include-Phased-Updates "false";' | sudo tee /etc/apt/apt.conf.d/99-phased-updates # Get rid of packages installed from ppa:ondrej/php so that we will be able to install wine32:i386 without conflicts # (see issue https://github.com/actions/virtual-environments/issues/4589) # In detail we: