mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-10 06:30:32 +00:00
ci: Fix debian 10
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -180,7 +180,7 @@ jobs:
|
|||||||
sed -i /etc/apt/sources.list -e 's/deb.debian.org/archive.debian.org/g' \
|
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 's|security.debian.org|archive.debian.org/|g' \
|
||||||
-e '/stretch-updates/d'
|
-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)
|
- name: Install requirements (centos)
|
||||||
run: |
|
run: |
|
||||||
# In CentOS, the old repositories is removed from the main mirrors just after EoL.
|
# In CentOS, the old repositories is removed from the main mirrors just after EoL.
|
||||||
|
|||||||
Reference in New Issue
Block a user