github: fix Fedora workflow (awk package dependency)

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2025-04-24 15:16:12 +02:00
parent 8ab0228f51
commit 368ea9af82

View file

@ -11,7 +11,7 @@ jobs:
- name: Prepare environment - name: Prepare environment
run: | run: |
dnf -y upgrade dnf -y upgrade
dnf -y install @development-tools libtool bzip2 dnf -y install @development-tools libtool bzip2 awk
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: