8000 fix · python/cpython@5c1dfe9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c1dfe9

Browse files
committed
fix
1 parent 9d923b0 commit 5c1dfe9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
if: needs.check_source.outputs.run_tests == 'true'
5555
steps:
5656
- uses: actions/checkout@v4
57+
- name: Install git
58+
run: |
59+
apt install git -yq
5760
- name: Runner image version
5861
run: echo "IMAGE_VERSION=${ImageVersion}" >> $GITHUB_ENV
5962
- name: Check Autoconf and aclocal versions

0 commit comments

Comments
 (0)
0