CI: free more disk space in the VM
This commit is contained in:
parent
421b9536a1
commit
4e6ca12500
1
.github/workflows/packages.yml
vendored
1
.github/workflows/packages.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
|||||||
sudo apt purge -yq $(dpkg -l | grep '^ii' | awk '{ print $2 }' | grep -P '(cabal-|dotnet-|ghc-|libmono|php)') \
|
sudo apt purge -yq $(dpkg -l | grep '^ii' | awk '{ print $2 }' | grep -P '(cabal-|dotnet-|ghc-|libmono|php)') \
|
||||||
liblldb-6.0 libllvm6.0:amd64 mono-runtime-common monodoc-manual powershell ruby
|
liblldb-6.0 libllvm6.0:amd64 mono-runtime-common monodoc-manual powershell ruby
|
||||||
sudo apt autoremove -yq
|
sudo apt autoremove -yq
|
||||||
|
sudo rm -rf /usr/local
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
BASE_COMMIT=$(jq --raw-output .pull_request.base.sha "$GITHUB_EVENT_PATH")
|
BASE_COMMIT=$(jq --raw-output .pull_request.base.sha "$GITHUB_EVENT_PATH")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user