File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 1919 ARCHES_CU12 : 1
2020
2121jobs :
22+ clean-linux :
23+ runs-on : ubuntu-22.04
24+ permissions : write-all
25+ steps :
26+ - name : Free Disk Space (Ubuntu)
27+ uses : jlumbroso/free-disk-space@main
28+ with :
29+ # this might remove tools that are actually needed,
30+ # if set to "true" but frees about 6 GB
31+ tool-cache : true
32+
33+ # all of these default to true, but feel free to set to
34+ # "false" if necessary for your workflow
35+ android : true
36+ dotnet : true
37+ haskell : true
38+ large-packages : true
39+ docker-images : true
40+ swap-storage : true
2241 linux :
42+ needs : clean-linux
2343 runs-on : ubuntu-22.04
2444 permissions : write-all
2545 container :
26- image : rocm/dev-ubuntu-22.04:7.0
46+ image : rocm/dev-ubuntu-22.04:7.0-complete
2747 options : --privileged
2848 steps :
2949 - name : Clone
You can’t perform that action at this time.
0 commit comments