From 4683bd73642101a6b053e0b29238af4ececd664b Mon Sep 17 00:00:00 2001 From: Elysia Date: Wed, 11 Dec 2024 14:01:31 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E6=AD=A5=E9=AA=A4=E5=88=B0CI=E6=B5=81?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5af0b1d..797f8f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,11 @@ jobs: - name: Checkout Source uses: actions/checkout@v3 + - name: Install Dependencies + run: | + apt-get update + apt-get install -y sudo + - name: Build Debian Src Package uses: LingmoOS/action-package-deb@0.0.2 with: