Skip to content

Commit

Permalink
Do not clean Python but clean Web browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Aug 1, 2023
1 parent aa823b2 commit 16a2e44
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dev/tasks/macros.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,12 @@ on:
sudo rm -rf /opt/hostedtoolcache/go || :
# 489MB
sudo rm -rf /opt/hostedtoolcache/PyPy || :
# 1.2GB
sudo rm -rf /opt/hostedtoolcache/Python || :
# 376MB
sudo rm -rf /opt/hostedtoolcache/node || :
# Remove Web browser packages
sudo apt-get purge -y -f firefox \
google-chrome-stable \
microsoft-edge-stable
df -h
{% endmacro %}

Expand Down

0 comments on commit 16a2e44

Please sign in to comment.