File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818 with :
1919 submodules : recursive
20- - name : Setup environment
21- run : |
22- python3 -m pip install -r requirements.txt --break-system-packages --ignore-installed
2320 - name : ccache
2421 uses : hendrikmuhs/ccache-action@v1.2
2522 with :
7067 os : ["ubuntu-24.04", "ubuntu-24.04-arm"]
7168 steps :
7269 - uses : actions/checkout@v4
73- - name : Setup environment
74- run : |
75- python3 -m pip install -r requirements.txt --break-system-packages --ignore-installed
7670 - name : Download installed package
7771 uses : actions/download-artifact@v4
7872 with :
10599 os : ["ubuntu-24.04", "ubuntu-24.04-arm"]
106100 steps :
107101 - uses : actions/checkout@v4
108- - name : Setup environment
109- run : |
110- python3 -m pip install -r requirements.txt --break-system-packages --ignore-installed
111102 - name : Download installed package
112103 uses : actions/download-artifact@v4
113104 with :
You can’t perform that action at this time.
0 commit comments