Skip to content

Commit c6ac9fa

Browse files
committed
Specify container
1 parent a614edb commit c6ac9fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python_wheel_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- x64
2222
env:
2323
WORKDIR: /home/runner/work/root
24+
container:
25+
image: registry.cern.ch/root-ci/ubuntu2510:buildready
26+
options: '--security-opt label=disable --rm'
2427
steps:
2528
- name: Checkout
2629
uses: actions/checkout@v4

0 commit comments

Comments
 (0)