.github/workflows: Re-add repo ppa:ondrej/php(!) to fix wine32 installation
Related: https://github.com/actions/virtual-environments/issues/3339
This commit is contained in:
parent
1a01ba37f0
commit
fe29a25ec0
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@ -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 \
|
||||
|
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user