Remove wrong packages

This commit is contained in:
Empathic Qubit 2022-04-25 23:46:56 +02:00
parent b71f454076
commit 34eccfe547

View file

@ -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