Skip to content

Commit 59ef475

Browse files
committed
Use dnf for consistency
1 parent 5b1dbce commit 59ef475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-install-scripts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
- name: Prepare Amazon Linux
215215
if: ${{ matrix.distribution.type == 'amazon' }}
216216
run: |
217-
yum install --assumeyes git sudo
217+
dnf install --assumeyes git sudo
218218
sudo dnf update -y
219219
sudo dnf search python3.12
220220
sudo dnf install python3.12 -y
@@ -245,7 +245,7 @@ jobs:
245245
- name: Prepare Rocky
246246
if: ${{ matrix.distribution.type == 'rocky' }}
247247
run: |
248-
yum install --assumeyes git sudo
248+
dnf install --assumeyes git sudo
249249
sudo dnf update -y
250250
sudo dnf search python3.12
251251
sudo dnf install python3.12 -y

0 commit comments

Comments
 (0)