From cd4ce77532b5ae5c7e8e1686decef83b0a22469f Mon Sep 17 00:00:00 2001 From: cxykevin Date: Wed, 17 Apr 2024 06:45:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build.yam?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a0d8e81..6984aab 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -19,6 +19,7 @@ jobs: echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free">>/etc/apt/sources.list echo "deb https://security.debian.org/debian-security bullseye-security main contrib non-free">>/etc/apt/sources.list cat /etc/apt/sources.list + rm -rf /etc/apt/sources.list.d/* echo "--- update source ---" apt-get update - name: Prepare Python