We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d18e55 commit 9d923b0Copy full SHA for 9d923b0
.github/workflows/build.yml
@@ -47,13 +47,13 @@ jobs:
47
runs-on: ubuntu-24.04
48
container:
49
image: ghcr.io/python/autoconf:2024.10.11.11293396815
50
+ volumes:
51
+ - ${{ github.workspace }}:/cpython
52
timeout-minutes: 60
53
needs: check_source
54
if: needs.check_source.outputs.run_tests == 'true'
55
steps:
56
- uses: actions/checkout@v4
- - name: Install git
- run: apt install git -yq
57
- name: Runner image version
58
run: echo "IMAGE_VERSION=${ImageVersion}" >> $GITHUB_ENV
59
- name: Check Autoconf and aclocal versions
0 commit comments