Free more disk space on Linux CI.

This commit is contained in:
Sergio Benitez 2024-05-03 19:27:49 -07:00
parent 120d1e78da
commit abd7335f77
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ jobs:
sudo rm -rf /usr/local/share/chromium sudo rm -rf /usr/local/share/chromium
sudo rm -rf /usr/local/lib/android sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/local/lib/node_modules sudo rm -rf /usr/local/lib/node_modules
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo docker image prune --all --force
df -h df -h
- name: Install Native Dependencies (macOS) - name: Install Native Dependencies (macOS)