CI: do not use "groupinstall" for Fedora Rawhide builds

Fedora Rawhide migrated to dnf5, which does not support "groupinstall"
This commit is contained in:
Ilya Shipitsin 2023-08-06 00:07:38 +02:00 committed by Willy Tarreau
parent 06d34d40db
commit 39e205302e
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
dnf -y groupinstall 'C Development Tools and Libraries' 'Development Tools'
dnf -y install 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 git install pcre-devel zlib-devel pcre2-devel 'perl(FindBin)' perl-IPC-Cmd 'perl(File::Copy)' 'perl(File::Compare)' lua-devel socat findutils systemd-devel clang
- name: Install VTest
run: scripts/build-vtest.sh
- name: Install QuicTLS