From f8f163e3b87ea0dae7e3af0645ae4620c468479b Mon Sep 17 00:00:00 2001 From: Elysia Date: Wed, 28 Jan 2026 19:23:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=EF=BC=8C=E6=B7=BB=E5=8A=A0python3=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c462ecd..0b99bc81 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,12 +47,12 @@ jobs: if: matrix.package == 'deb' run: | apt-get update - apt-get install -y curl git wget devscripts fakeroot equivs lintian + apt-get install -y curl git wget devscripts fakeroot equivs lintian python3 - name: Install Build Dependencies if: matrix.package == 'rpm' run: | - dnf install -y curl git wget rpm-build rpmdevtools rpmlint + dnf install -y curl git wget rpm-build rpmdevtools rpmlint python3 - name: Checkout Code uses: actions/checkout@v6