Skip to content

Commit

Permalink
Free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Jul 8, 2023
1 parent 2794e1a commit b5349d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/auto-update-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ jobs:
- name: Get current date
run: echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> ${GITHUB_ENV}

# 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
###################################
# Build image locally for testing #
###################################
Expand Down

0 comments on commit b5349d3

Please sign in to comment.