CI: fedora: fix "dnf" invocation syntax

In 39e205302e I erroneously used
"dnf git" instead of "dnf install"
This commit is contained in:
Ilya Shipitsin 2023-08-25 08:20:24 +02:00 committed by William Lallemand
parent 6bd994d5d7
commit 28e94c6192

View File

@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
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
dnf -y install 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
- name: Install VTest
run: scripts/build-vtest.sh
- name: Install QuicTLS