ci: Fix debian 10

This commit is contained in:
Taiki Endo
2025-07-16 01:10:49 +09:00
parent a13c3e4644
commit dec1ecd9a2

View File

@@ -180,7 +180,7 @@ jobs:
sed -i /etc/apt/sources.list -e 's/deb.debian.org/archive.debian.org/g' \
-e 's|security.debian.org|archive.debian.org/|g' \
-e '/stretch-updates/d'
if: startsWith(matrix.container, 'debian:9')
if: startsWith(matrix.container, 'debian:9') || startsWith(matrix.container, 'debian:10')
- name: Install requirements (centos)
run: |
# In CentOS, the old repositories is removed from the main mirrors just after EoL.