Skip to content

Commit d2049dd

Browse files
committed
Still need git
1 parent 27c5d0f commit d2049dd

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
@@ -216,7 +216,7 @@ jobs:
216216
run: |
217217
dnf update -y
218218
dnf search python3.12
219-
dnf install python3.12 -y
219+
dnf install git python3.12 -y
220220
221221
- name: Prepare Arch
222222
if: ${{ matrix.distribution.type == 'arch' }}
@@ -246,7 +246,7 @@ jobs:
246246
run: |
247247
dnf update -y
248248
dnf search python3.12
249-
dnf install python3.12 -y
249+
dnf install git python3.12 -y
250250
251251
- name: Prepare Ubuntu
252252
if: ${{ matrix.distribution.type == 'ubuntu' }}

0 commit comments

Comments
 (0)