Skip to content

Commit

Permalink
rm unused dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
snissn committed May 29, 2024
1 parent fa9ff15 commit 0744097
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ jobs:
- name: Clean up disk space
run: |
df -h
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
rm -rf /usr/share/dotnet
rm -rf /opt/ghc
rm -rf "/usr/local/share/boost"
rm -rf "$AGENT_TOOLSDIRECTORY"
rm -rf /usr/local/lib/android
rm -rf /opt/hostedtoolcache
df -h
- name: Compilation
Expand Down

0 comments on commit 0744097

Please sign in to comment.