summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2021-05-13 17:49:44 +0200
committerGitHub <noreply@github.com>2021-05-13 17:49:44 +0200
commit9fd364942bb310c4cb5f1e62e8d7655c96bef9ed (patch)
tree306435c5c42c18db359100ae1e00d9228c0f5f47
parent4597195fa31173a122b307263b065b9c39df88c7 (diff)
parentb3a988a3cef38a2bea7f6141fb4da58a9df823e6 (diff)
downloadlibexpat-git-9fd364942bb310c4cb5f1e62e8d7655c96bef9ed.tar.gz
Merge pull request #482 from libexpat/actions-drop-repository-ondrej-php
Actions: Drop/revert explicit addition of repository ppa:ondrej/php
-rw-r--r--.github/workflows/coverage.yml2
-rw-r--r--.github/workflows/linux.yml2
2 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 59ace124..7412e4b4 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -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 \
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 4ec305c5..caab5f5e 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -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 \