First dnf command
This commit is contained in:
parent
bd3a1c03e0
commit
b71f454076
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ppa-release.yml
vendored
2
.github/workflows/ppa-release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue