Skip to content

Commit fef25bf

Browse files
committed
Specify container
1 parent a614edb commit fef25bf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/python_wheel_build.yml

Lines changed: 5 additions & 2 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
@@ -31,10 +34,10 @@ jobs:
3134
uses: actions/setup-python@v5
3235

3336
- name: Install Kerberos utilities
34-
run: sudo apt-get install -y krb5-user
37+
run: apt-get install -y krb5-user
3538

3639
- name: Install XRootD client
37-
run: sudo apt-get -y install xrootd-client
40+
run: apt-get -y install xrootd-client
3841

3942
- name: Configure large ccache
4043
if: ${{ matrix.is_special }}

0 commit comments

Comments
 (0)