Skip to content

Commit 28e94c6

Browse files
chipitsinewlallemand
authored andcommitted
CI: fedora: fix "dnf" invocation syntax
In 39e2053 I erroneously used "dnf git" instead of "dnf install"
1 parent 6bd994d commit 28e94c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fedora-rawhide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121
- name: Install dependencies
2222
run: |
23-
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
23+
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
2424
- name: Install VTest
2525
run: scripts/build-vtest.sh
2626
- name: Install QuicTLS

0 commit comments

Comments
 (0)