fix apt mirror: don't double /debian path
music-room Playwright (Gitea Actions) / playwright (push) Failing after 12m47s

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