]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: fedora: fix "dnf" invocation syntax
authorIlya Shipitsin <chipitsine@gmail.com>
Fri, 25 Aug 2023 06:20:24 +0000 (08:20 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 25 Aug 2023 07:31:09 +0000 (09:31 +0200)
In 39e205302e8afb68d954e17944fad5f8c1587287 I erroneously used
"dnf git" instead of "dnf install"

.github/workflows/fedora-rawhide.yml

index bf8ad3d72ec43d06da792a83ee059c4b13af0a69..aa3abc585bb6d93f0978fb7cfd02d2cb263be1ce 100644 (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