File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 2222 env :
2323 WORKDIR : /home/runner/work/root
2424 container :
25- image : registry.cern.ch/root-ci/ubuntu2404:buildready
26- options : ' --security-opt label=disable --rm '
25+ image : ubuntu:latest
26+ options : ' --user=cibuildwheel '
2727 steps :
2828 - name : Checkout
2929 uses : actions/checkout@v4
3232
3333 - name : Setup Python
3434 uses : actions/setup-python@v5
35- with :
36- python-version : 3.13
37-
38- - name : Set up Python Virtual Environment
39- run : |
40- python -m venv /py-venv/cibuildwheel-env
41- . /py-venv/cibuildwheel-env/bin/activate
42- echo PATH=$PATH >> $GITHUB_ENV
4335
4436 - name : Update repositories
4537 run : apt-get update
5042 - name : Install XRootD client
5143 run : apt-get -y install xrootd-client
5244
45+ - name : Install ccache
46+ run : apt-get -y install ccache
47+
5348 - name : Configure large ccache
5449 if : ${{ matrix.is_special }}
5550 run : |
You can’t perform that action at this time.
0 commit comments