Skip to content

Commit 74d549c

Browse files
cursoragentlovasoa
andcommitted
Fix: Use wildcard for RPM installation in CI
Co-authored-by: contact <[email protected]>
1 parent c75096f commit 74d549c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/packages.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ jobs:
255255

256256
- name: Install package
257257
run: |
258-
dnf install -y ./sqlpage*.rpm
258+
ls -la
259+
dnf install -y ./*.rpm
259260
260261
- name: Verify installation
261262
run: |
@@ -301,7 +302,8 @@ jobs:
301302

302303
- name: Install package
303304
run: |
304-
yum install -y ./sqlpage*.rpm
305+
ls -la
306+
yum install -y ./*.rpm
305307
306308
- name: Verify installation
307309
run: |

0 commit comments

Comments
 (0)