Merge pull request #482 from libexpat/actions-drop-repository-ondrej-php

Actions: Drop/revert explicit addition of repository ppa:ondrej/php
This commit is contained in:
Sebastian Pipping 2021-05-13 17:49:44 +02:00 committed by GitHub
commit 9fd364942b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -51,8 +51,6 @@ 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 \

View File

@ -85,8 +85,6 @@ 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 \