diff --git a/.gitea/workflows/arch.yaml b/.gitea/workflows/arch.yaml index 0c0548c..926b3ab 100644 --- a/.gitea/workflows/arch.yaml +++ b/.gitea/workflows/arch.yaml @@ -1,6 +1,6 @@ name: Archlinux build run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }} 🚀 -on: [push] +on: [none] jobs: build: runs-on: arch-latest diff --git a/.gitea/workflows/debpkg.yaml b/.gitea/workflows/debpkg.yaml index a607b94..d47403f 100644 --- a/.gitea/workflows/debpkg.yaml +++ b/.gitea/workflows/debpkg.yaml @@ -17,7 +17,7 @@ jobs: continue-on-error: true run: | apt-get update - apt-get install build-essential fakeroot debhelper pkg-config --no-install-recommends + apt-get install -y build-essential fakeroot debhelper pkg-config --no-install-recommends - name: Building package continue-on-error: false run: |