From 2d51cc7d4c2266ee9aa2c1548ae5400cfd1d9378 Mon Sep 17 00:00:00 2001 From: Yinan Qin <39023210+elysia-best@users.noreply.github.com> Date: Sun, 15 Sep 2024 15:27:37 +0800 Subject: [PATCH] Update Debian Lingmo Source --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f59cc8..57ae9a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Update Lingmo repo run: | apt-get update -y && apt-get upgrade -y && apt-get install -y apt-transport-https ca-certificates - echo "deb [trusted=yes] https://packages-lingmo.simplelinux.cn.eu.org/lingmo-archive/rolling/polaris polaris main contrib non-free" >> /etc/apt/sources.list.d/lingmo-rolling.list + echo "deb [trusted=yes] https://packages-lingmo.simplelinux.cn.eu.org/lingmo-archive/rolling/hydrogen hydrogen main" >> /etc/apt/sources.list.d/lingmo-rolling.list apt-get update - name: Update Apt and Install packages