free up some disk space (#5644)

This commit is contained in:
Blake Blackshear
2023-03-05 09:14:11 -06:00
committed by GitHub
parent 962bdc7fa5
commit c20c982ad0

View File

@@ -19,6 +19,11 @@ jobs:
runs-on: ubuntu-latest
name: Image Build
steps:
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
- id: lowercaseRepo
uses: ASzc/change-string-case-action@v5
with: