File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 6464 steps :
6565
6666 - name : Run `sudo apt update -y`
67+ if : startsWith(matrix.os, 'ubuntu')
6768 run : sudo apt update -y # Otherwise, free-disk-space or other actions relying on `apt` may fail
6869
6970 - name : Free disk space
71+ if : startsWith(matrix.os, 'ubuntu')
7072 uses : jlumbroso/free-disk-space@main
7173 with :
7274 # all of these default to true, but feel free to set to "false" if necessary for your workflow
Original file line number Diff line number Diff line change 4545 run : git config --global http.postBuffer 1048576000 && git config --global core.compression 0
4646
4747 - name : Run `sudo apt update -y`
48+ if : startsWith(matrix.os, 'ubuntu')
4849 run : sudo apt update -y # Otherwise, free-disk-space or other actions relying on `apt` may fail
4950
5051 - name : Free disk space
52+ if : startsWith(matrix.os, 'ubuntu')
5153 uses : jlumbroso/free-disk-space@main
5254 with :
5355 # all of these default to true, but feel free to set to "false" if necessary for your workflow
Original file line number Diff line number Diff line change 3737 steps :
3838
3939 - name : Run `sudo apt update -y`
40+ if : startsWith(matrix.os, 'ubuntu')
4041 run : sudo apt update -y # Otherwise, free-disk-space or other actions relying on `apt` may fail
4142
4243 - name : Free disk space
44+ if : startsWith(matrix.os, 'ubuntu')
4345 uses : jlumbroso/free-disk-space@main
4446 with :
4547 # all of these default to true, but feel free to set to "false" if necessary for your workflow
You can’t perform that action at this time.
0 commit comments