From bc2f79114c700dc98426379703383873908f8f21 Mon Sep 17 00:00:00 2001 From: Elysia Date: Wed, 28 Jan 2026 19:25:50 +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=A0=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b99bc81..e1b15ba0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,11 +48,13 @@ jobs: run: | apt-get update apt-get install -y curl git wget devscripts fakeroot equivs lintian python3 + apt-get install -y build-essential - name: Install Build Dependencies if: matrix.package == 'rpm' run: | dnf install -y curl git wget rpm-build rpmdevtools rpmlint python3 + dnf group install -y "Development Tools" - name: Checkout Code uses: actions/checkout@v6