Skip to content

Commit 619d7b0

Browse files
committed
fix
1 parent 5c1dfe9 commit 619d7b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ 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
50+
options: --user root
5251
timeout-minutes: 60
5352
needs: check_source
5453
if: needs.check_source.outputs.run_tests == 'true'

0 commit comments

Comments
 (0)