Skip to content

Commit

Permalink
ci: free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Sep 19, 2024
1 parent d8780b5 commit 5fee104
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ jobs:
PYTHONBIN: python3.12
DISTRO: noble
steps:
# Free disk space
- name: Free Disk space
shell: bash
run: |
sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android
sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 5fee104

Please sign in to comment.