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 17
17
- uses : actions/checkout@v4
18
18
with :
19
19
submodules : recursive
20
- - name : Setup environment
21
- run : |
22
- python3 -m pip install -r requirements.txt --break-system-packages --ignore-installed
23
20
- name : ccache
24
21
uses :
hendrikmuhs/[email protected]
25
22
with :
70
67
os : ["ubuntu-24.04", "ubuntu-24.04-arm"]
71
68
steps :
72
69
- uses : actions/checkout@v4
73
- - name : Setup environment
74
- run : |
75
- python3 -m pip install -r requirements.txt --break-system-packages --ignore-installed
76
70
- name : Download installed package
77
71
uses : actions/download-artifact@v4
78
72
with :
105
99
os : ["ubuntu-24.04", "ubuntu-24.04-arm"]
106
100
steps :
107
101
- uses : actions/checkout@v4
108
- - name : Setup environment
109
- run : |
110
- python3 -m pip install -r requirements.txt --break-system-packages --ignore-installed
111
102
- name : Download installed package
112
103
uses : actions/download-artifact@v4
113
104
with :
You can’t perform that action at this time.
0 commit comments