File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 # pre-installed tools to make space.
3737 - name : Free up disk space by deleting /opt/hostedtoolcache/CodeQL
3838 run : rm -rf /opt/hostedtoolcache/CodeQL
39+ - name : Free up disk space by deleting /opt/hostedtoolcache/Python
40+ run : rm -rf /opt/hostedtoolcache/Python
3941
4042 # Login against a Docker registry
4143 # https://github.com/docker/login-action
Original file line number Diff line number Diff line change 2929 # pre-installed tools to make space.
3030 - name : Free up disk space by deleting /opt/hostedtoolcache/CodeQL
3131 run : rm -rf /opt/hostedtoolcache/CodeQL
32+ - name : Free up disk space by deleting /opt/hostedtoolcache/Python
33+ run : rm -rf /opt/hostedtoolcache/Python
3234
3335 # Login against a Docker registry
3436 # https://github.com/docker/login-action
Original file line number Diff line number Diff line change 2929 # pre-installed tools to make space.
3030 - name : Free up disk space by deleting /opt/hostedtoolcache/CodeQL
3131 run : rm -rf /opt/hostedtoolcache/CodeQL
32+ - name : Free up disk space by deleting /opt/hostedtoolcache/Python
33+ run : rm -rf /opt/hostedtoolcache/Python
3234
3335 # Login against a Docker registry
3436 # https://github.com/docker/login-action
You can’t perform that action at this time.
0 commit comments