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: