Skip to content

Commit

Permalink
Maximize build space in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmyang authored Aug 28, 2024
1 parent 7bba709 commit 9c2c2c2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ jobs:

# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
sudo df -h
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: false

# Check out current repository
- name: Fetch Sources
Expand Down

0 comments on commit 9c2c2c2

Please sign in to comment.