Skip to content

Commit

Permalink
Remove large directories
Browse files Browse the repository at this point in the history
  • Loading branch information
ljupcovangelski committed Feb 16, 2024
1 parent 7cca143 commit 12e3041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
df -h
sudo apt-get autoremove -y
sudo apt-get clean
du -d 1 -h /usr/local/share/
du -d 1 -h /opt/
docker images prune -a
rm -rf /usr/local/share/powershell
rm -rf /opt/hostedtoolcache
df -h
- name: Build all artifacts
Expand Down

0 comments on commit 12e3041

Please sign in to comment.