CI: fedora rawhide: install "awk" as a dependency

for some reason it is not installed by default on rawhide anymore
This commit is contained in:
Ilia Shipitsin 2025-03-27 22:29:14 +01:00 committed by William Lallemand
parent 21894300c1
commit d9cb95c2a5

View File

@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
dnf -y install diffutils git pcre-devel zlib-devel pcre2-devel 'perl(FindBin)' perl-IPC-Cmd 'perl(File::Copy)' 'perl(File::Compare)' lua-devel socat findutils systemd-devel clang
dnf -y install awk diffutils git pcre-devel zlib-devel pcre2-devel 'perl(FindBin)' perl-IPC-Cmd 'perl(File::Copy)' 'perl(File::Compare)' lua-devel socat findutils systemd-devel clang
dnf -y install 'perl(FindBin)' 'perl(File::Compare)' perl-IPC-Cmd 'perl(File::Copy)' glibc-devel.i686 lua-devel.i686 lua-devel.x86_64 systemd-devel.i686 zlib-ng-compat-devel.i686 pcre-devel.i686 libatomic.i686
- name: Install VTest
run: scripts/build-vtest.sh