We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557cb00 commit fe0431dCopy full SHA for fe0431d
action.yml
@@ -65,13 +65,13 @@ runs:
65
shell: bash
66
run: |
67
echo "Memory and swap:"
68
- free
+ sudo free
69
echo
70
- swapon --show
+ sudo swapon --show
71
72
73
echo "Available storage:"
74
- df -h
+ sudo df -h
75
76
77
- name: Maximize build disk space
@@ -189,10 +189,10 @@ runs:
189
190
191
192
193
194
195
196
197
198
0 commit comments