diff options
author | Mika Lindqvist <postmaster@raasu.org> | 2021-12-04 08:25:17 +0200 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2021-12-24 12:52:14 +0100 |
commit | 07d7354acd2a40beb8810be1a9d8b23e0557c5a4 (patch) | |
tree | 16a1141c403373571008cb5499a0c9261d0b61ec | |
parent | 49b531bb8364aa76a33aef8e23cd3d9b5f71d139 (diff) |
Workaround for installation failure of wine32.
-rw-r--r-- | .github/workflows/cmake.yml | 1 |
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 }} |