summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMika Lindqvist <postmaster@raasu.org>2021-12-04 08:25:17 +0200
committerHans Kristian Rosbach <hk-github@circlestorm.org>2021-12-24 12:52:14 +0100
commit07d7354acd2a40beb8810be1a9d8b23e0557c5a4 (patch)
tree16a1141c403373571008cb5499a0c9261d0b61ec
parent49b531bb8364aa76a33aef8e23cd3d9b5f71d139 (diff)
Workaround for installation failure of wine32.
-rw-r--r--.github/workflows/cmake.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 987fc43..d528376 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -375,6 +375,7 @@ jobs:
if: runner.os == 'Linux' && matrix.packages
run: |
sudo dpkg --add-architecture i386 # Required for wine32
+ sudo apt-add-repository ppa:ondrej/php -y
sudo apt-get update
sudo apt-get install -y ${{ matrix.packages }}