diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3b5f769..11d7e16 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -16,7 +16,7 @@ jobs: run: apt update - name: Install build-deps - run: apt-get build-dep . + run: apt-get -y build-dep . - name: Build Package run: debuild -us -uc -tc -b