Skip to content

Commit

Permalink
free some disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
wsipak authored and pkoscik committed Mar 5, 2024
1 parent 059ea43 commit 7325107
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,16 @@ jobs:
micropython/
boards_sample_pairs
- name: Increase build space
run: |
echo "Before cleanup"
df -H
sudo rm -rf /usr/share/dotnet/*
sudo rm -rf /usr/local/lib/android/*
sudo rm -rf /opt/ghc/*
echo "After cleanup"
df -H
- name: Prepare build environment
run: |
source .env
Expand Down

0 comments on commit 7325107

Please sign in to comment.