Skip to content

Commit

Permalink
remove extra dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jun 20, 2024
1 parent 43b4c37 commit 0e42bbd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,19 @@ jobs:
ls -l /usr/local/lib*
ls -l /usr/local/share
ls -l /opt
ls -l /opt/microsoft
# Extras
sudo rm -rf /usr/share/swift
sudo rm -rf /opt/hostedtoolcache/
sudo rm -rf /opt/hostedtoolcache
sudo rm -rf /usr/local/aws*
sudo rm -rf /usr/local/julia*
sudo rm -rf /usr/local/lib/R
sudo rm -rf /usr/local/lib/node_modules
sudo rm -rf /usr/local/share/chromium
sudo rm -rf /usr/local/share/chromium
sudo rm -rf /opt/az
sudo rm -rf /opt/mssql-tools
df -h
- name: build image
Expand Down

0 comments on commit 0e42bbd

Please sign in to comment.