File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1717 sudo rmz -f /usr/local/lib/android || true
1818 sudo rmz -f /usr/share/dotnet || true
1919 sudo rmz -f /opt/ghc /usr/local/.ghcup || true
20+ sudo rmz -f /usr/share/swift || true
21+ sudo rmz -f /usr/share/miniconda || true
22+ sudo rmz -f "${AGENT_TOOLSDIRECTORY}" || true
Original file line number Diff line number Diff line change 2222 # https://docs.github.com/en/actions/sharing-automations/creating-actions/about-custom-actions#composite-actions
2323 - " .github/actions/apply-single-tags/action.yml"
2424 - " .github/actions/create-dev-env/action.yml"
25+ - " .github/actions/free-disk-space/action.yml"
2526 - " .github/actions/load-image/action.yml"
2627
2728 - " images/**"
4344
4445 - " .github/actions/apply-single-tags/action.yml"
4546 - " .github/actions/create-dev-env/action.yml"
47+ - " .github/actions/free-disk-space/action.yml"
4648 - " .github/actions/load-image/action.yml"
4749
4850 - " images/**"
You can’t perform that action at this time.
0 commit comments