diff --git a/.github/workflows/ppa-release.yml b/.github/workflows/ppa-release.yml index 696fb3a7..a77ec725 100644 --- a/.github/workflows/ppa-release.yml +++ b/.github/workflows/ppa-release.yml @@ -25,7 +25,7 @@ jobs: container: ${{ matrix.os_name }}:${{ matrix.os_codename }} steps: - - run: dnf -y update && dnf -y install git ca-certificates apt-transport-https curl gpg gpg-agent lsb-release dpkg-dev apt-utils rsync file && dnf clean all + - run: dnf -y update && dnf -y install git ca-certificates curl gpg rsync file && dnf clean all - name: Import GPG key id: import_gpg