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

Skip to content

Commit 2d18e55

Browse files
committed
fix
1 parent bad63fc commit 2d18e55

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ jobs:
5252
if: needs.check_source.outputs.run_tests == 'true'
5353
steps:
5454
- uses: actions/checkout@v4
55-
- uses: actions/setup-python@v5
56-
with:
57-
python-version: '3.x'
55+
- name: Install git
56+
run: apt install git -yq
5857
- name: Runner image version
5958
run: echo "IMAGE_VERSION=${ImageVersion}" >> $GITHUB_ENV
6059
- name: Check Autoconf and aclocal versions

0 commit comments

Comments
 (0)
0