File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -214,10 +214,9 @@ jobs:
214
214
- name : Prepare Amazon Linux
215
215
if : ${{ matrix.distribution.type == 'amazon' }}
216
216
run : |
217
- dnf install --assumeyes git sudo
218
- sudo dnf update -y
219
- sudo dnf search python3.12
220
- sudo dnf install python3.12 -y
217
+ dnf update -y
218
+ dnf search python3.12
219
+ dnf install python3.12 -y
221
220
222
221
- name : Prepare Arch
223
222
if : ${{ matrix.distribution.type == 'arch' }}
@@ -245,10 +244,9 @@ jobs:
245
244
- name : Prepare Rocky
246
245
if : ${{ matrix.distribution.type == 'rocky' }}
247
246
run : |
248
- dnf install --assumeyes git sudo
249
- sudo dnf update -y
250
- sudo dnf search python3.12
251
- sudo dnf install python3.12 -y
247
+ dnf update -y
248
+ dnf search python3.12
249
+ dnf install python3.12 -y
252
250
253
251
- name : Prepare Ubuntu
254
252
if : ${{ matrix.distribution.type == 'ubuntu' }}
You can’t perform that action at this time.
0 commit comments