Update debian buster sources to archive.debian.org (#14197)

http://deb.debian.org/debian no longer serves Debian 10 (buster); it has
been moved to http://archive.debian.org/debian.
This commit is contained in:
debing.sun 2025-07-15 10:34:27 +08:00 committed by YaacovHazan
parent 803685a41b
commit b9771292e2
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ jobs:
- uses: actions/checkout@v4
- name: make
run: |
sed -i 's|http://deb.debian.org/debian|http://archive.debian.org/debian|g' /etc/apt/sources.list
sed -i 's|http://security.debian.org|http://archive.debian.org/debian-security|g' /etc/apt/sources.list
apt-get update && apt-get install -y build-essential
make REDIS_CFLAGS='-Werror'