Skip to content

Commit 3448269

Browse files
committed
dnf5 doesn't support group names, change to supported name format in dnf5
1 parent ae91874 commit 3448269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gating.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
image: fedora:latest
1313
steps:
1414
- name: Install Dependencies
15-
run: dnf install -y ruby rubygem-bundler ruby-devel libffi libffi-devel @"Development Tools" gcc-c++
15+
run: dnf install -y ruby rubygem-bundler ruby-devel libffi libffi-devel @"development-tools" gcc-c++
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818
- name: Install Ruby Dependencies

0 commit comments

Comments
 (0)