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

Skip to content

Commit 9d923b0

Browse files
committed
fix
1 parent 2d18e55 commit 9d923b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
runs-on: ubuntu-24.04
4848
container:
4949
image: ghcr.io/python/autoconf:2024.10.11.11293396815
50+
volumes:
51+
- ${{ github.workspace }}:/cpython
5052
timeout-minutes: 60
5153
needs: check_source
5254
if: needs.check_source.outputs.run_tests == 'true'
5355
steps:
5456
- uses: actions/checkout@v4
55-
- name: Install git
56-
run: apt install git -yq
5757
- name: Runner image version
5858
run: echo "IMAGE_VERSION=${ImageVersion}" >> $GITHUB_ENV
5959
- name: Check Autoconf and aclocal versions

0 commit comments

Comments
 (0)
0