We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec46ac8 + a4989b9 commit e024ecbCopy full SHA for e024ecb
.github/workflows/pull-request-checks.yaml
@@ -910,6 +910,12 @@ jobs:
910
uses: actions/checkout@v3
911
with:
912
submodules: recursive
913
+ - name: Remove unnecessary software to free up disk space
914
+ run: |
915
+ # inspired by https://github.com/easimon/maximize-build-space/blob/master/action.yml
916
+ df -h
917
+ sudo rm -rf /usr/share/dotnet /usr/local/lib/* /opt/*
918
919
- name: Download testing and coverage dependencies
920
env:
921
# This is needed in addition to -yq to prevent apt-get from asking for
0 commit comments