ci: use Tencent Cloud apt mirror to speed up deps install
music-room Playwright (Gitea Actions) / playwright (push) Failing after 28s

This commit is contained in:
2026-05-03 11:30:30 +08:00
parent 7129fb4fbd
commit 1487189ee4
@@ -31,6 +31,8 @@ jobs:
- name: 依赖与 Chromium
run: |
# 腾讯云 CVM 内网镜像加速 apt
sed -i 's/deb.debian.org/mirrors.tencentyun.com\/debian/g' /etc/apt/sources.list
npm ci
npx playwright install chromium --with-deps