Fix reclaiming disk space

This commit is contained in:
uazo
2023-10-25 01:36:41 -05:00
committed by GitHub
parent 02ffafca81
commit 75a57b2a2b
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
runs-on: ${{ fromJSON( format('["ubuntu-latest", "{0}"]', github.event.inputs.type) )[github.event.inputs.type != ''] }}
steps:
- name: Reclaiming disk space on / by removing dotnet/android/ghc
if: ${{ github.event.inputs.type == 'ubuntu-latest' }}
if: ${{ github.event.inputs.type == '' }}
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android