Skip to content

Commit c5430bf

Browse files
committed
try to fix
Signed-off-by: Nicolas Rol <[email protected]>
1 parent 2538d5e commit c5430bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
- name: Install GitHub CLI
187187
run: |
188188
yum install dnf -y
189-
dnf install 'dnf-command(config-manager)'
189+
dnf install 'dnf-command(config-manager)' -y
190190
dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
191191
dnf install gh -y
192192

0 commit comments

Comments
 (0)