1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

CI: Fix pecl install xdebug-2.5.5 for php:5.6 image

This commit is contained in:
Nick Liu 2023-06-20 18:51:18 -05:00
parent 23df6c1072
commit 4ef2f73a59
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

View File

@ -63,6 +63,7 @@ jobs:
echo 'Acquire::AllowInsecureRepositories "true";' >> /etc/apt/apt.conf.d/99ignore-obsolete
echo 'APT::Get::AllowUnauthenticated "true";' >> /etc/apt/apt.conf.d/99ignore-obsolete
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get -y full-upgrade
fi
apt-get install -y debian-archive-keyring
grep -m1 -P '^deb http://(deb|archive).debian.org/debian [a-z]+ main' /etc/apt/sources.list |