1
Deploy to Test / deploy (push) Has been cancelled Details

This commit is contained in:
liubocheng 2025-04-01 00:40:20 +08:00
parent 6b9d9e604e
commit 31fc538f0f
1 changed files with 3 additions and 8 deletions

View File

@ -19,17 +19,12 @@ jobs:
- name: Replace Debian APT sources - name: Replace Debian APT sources
run: | run: |
tee /etc/apt/sources.list <<EOF sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list \
# 清华大学 Debian 11 Bullseye 镜像 && sed -i 's/security.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free
EOF
- name: Install SSH tools - name: Install SSH tools
run: | run: |
apt-get install -y openssh-client rsync apt-get update && apt-get install -y openssh-client rsync
- name: Configure SSH - name: Configure SSH
env: env: