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 5c1dfe9 commit 619d7b0Copy full SHA for 619d7b0
1 file changed
.github/workflows/build.yml
@@ -47,8 +47,7 @@ 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
+ options: --user root
52
timeout-minutes: 60
53
needs: check_source
54
if: needs.check_source.outputs.run_tests == 'true'
0 commit comments