Commit 3d8eb9f 1 parent f2216b1 commit 3d8eb9f Copy full SHA for 3d8eb9f
File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 33
33
run : tutor config save
34
34
- name : Setup Docker Buildx
35
35
uses : docker/setup-buildx-action@v3
36
+ - name : Free Disk Space (Ubuntu)
37
+ uses : jlumbroso/free-disk-space@d5af243ce7bacb67384aa6c5b1fc5f169e30903e
38
+ with :
39
+ # this might remove tools that are actually needed,
40
+ # if set to "true" but frees about 6 GB
41
+ tool-cache : false
42
+
43
+ # all of these default to true, but feel free to set to
44
+ # "false" if necessary for your workflow
45
+ android : true
46
+ dotnet : true
47
+ haskell : true
48
+ large-packages : false
49
+ swap-storage : true
36
50
- name : Tutor build openedx
37
51
run : tutor images build openedx aspects aspects-superset
38
52
- name : Tutor start
71
85
run : tutor config save
72
86
- name : Setup Docker Buildx
73
87
uses : docker/setup-buildx-action@v3
88
+ - name : Free Disk Space (Ubuntu)
89
+ uses : jlumbroso/free-disk-space@d5af243ce7bacb67384aa6c5b1fc5f169e30903e
90
+ with :
91
+ # this might remove tools that are actually needed,
92
+ # if set to "true" but frees about 6 GB
93
+ tool-cache : false
94
+
95
+ # all of these default to true, but feel free to set to
96
+ # "false" if necessary for your workflow
97
+ android : true
98
+ dotnet : true
99
+ haskell : true
100
+ large-packages : false
101
+ swap-storage : true
74
102
- name : Tutor build openedx
75
103
run : tutor images build openedx-dev aspects aspects-superset
76
104
- name : Tutor start
You can’t perform that action at this time.
0 commit comments