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