From b71f454076eea320f98d9ae0444aabe2f2e76186 Mon Sep 17 00:00:00 2001 From: empathicqubit Date: Mon, 25 Apr 2022 23:42:20 +0200 Subject: [PATCH] First dnf command --- .github/workflows/ppa-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ppa-release.yml b/.github/workflows/ppa-release.yml index 5105dbfc..696fb3a7 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: apt-get update && apt-get install -y --no-install-recommends git ca-certificates apt-transport-https curl gpg gpg-agent lsb-release dpkg-dev apt-utils rsync file + - 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 - name: Import GPG key id: import_gpg