We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1dbce commit 59ef475Copy full SHA for 59ef475
.github/workflows/test-install-scripts.yml
@@ -214,7 +214,7 @@ jobs:
214
- name: Prepare Amazon Linux
215
if: ${{ matrix.distribution.type == 'amazon' }}
216
run: |
217
- yum install --assumeyes git sudo
+ dnf install --assumeyes git sudo
218
sudo dnf update -y
219
sudo dnf search python3.12
220
sudo dnf install python3.12 -y
@@ -245,7 +245,7 @@ jobs:
245
- name: Prepare Rocky
246
if: ${{ matrix.distribution.type == 'rocky' }}
247
248
249
250
251
0 commit comments