summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2021-05-07 14:45:05 +0200
committerSebastian Pipping <sebastian@pipping.org>2021-05-07 15:12:06 +0200
commitfe29a25ec008c610faf5fcf47cee3c48fe789ba3 (patch)
treeba42defaaa5ce1f150b1378c0f2b1413d03362ab /.github
parent1a01ba37f065e3e6f995bb56cdbb90bdc04fb2e6 (diff)
downloadlibexpat-git-fe29a25ec008c610faf5fcf47cee3c48fe789ba3.tar.gz
.github/workflows: Re-add repo ppa:ondrej/php(!) to fix wine32 installation
Related: https://github.com/actions/virtual-environments/issues/3339
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coverage.yml2
-rw-r--r--.github/workflows/linux.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 7412e4b4..59ace124 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -51,6 +51,8 @@ jobs:
# NOTE: Please note the version-specific ${PATH} extension for Clang in .travis.sh
run: |-
sudo dpkg --add-architecture i386 # for wine32
+ # See https://github.com/actions/virtual-environments/issues/3339#issuecomment-834355074
+ sudo apt-add-repository --yes "ppa:ondrej/php" # for wine32, not kidding
sudo apt-get update
sudo apt-get install --yes --no-install-recommends -V \
clang-11 \
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index caab5f5e..4ec305c5 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -85,6 +85,8 @@ jobs:
# NOTE: Please note the version-specific ${PATH} extension for Clang in .travis.sh
run: |-
sudo dpkg --add-architecture i386 # for wine32
+ # See https://github.com/actions/virtual-environments/issues/3339#issuecomment-834355074
+ sudo apt-add-repository --yes "ppa:ondrej/php" # for wine32, not kidding
sudo apt-get update
sudo apt-get install --yes --no-install-recommends -V \
clang-11 \