diff --git a/.github/workflows/auto-update-linters.yml b/.github/workflows/auto-update-linters.yml index 29daf865fa3..14a1bba94d8 100644 --- a/.github/workflows/auto-update-linters.yml +++ b/.github/workflows/auto-update-linters.yml @@ -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 # ###################################