CI: remove unneed stuff to make space for DB

This commit is contained in:
Sarah Hoffmann
2022-07-03 14:52:16 +02:00
parent 67996929e0
commit 8ac133f2ee

View File

@@ -14,6 +14,11 @@ runs:
using: "composite"
steps:
- name: Clean out the disk
run: |
sudo rm -rf /opt/hostedtoolcache/go /opt/hostedtoolcache/CodeQL /usr/lib/jvm /usr/local/share/chromium /usr/local/lib/android
df -h
shell: bash
- name: Install prerequisites
run: |
sudo apt-get install -y -qq libboost-system-dev libboost-filesystem-dev libexpat1-dev zlib1g-dev libbz2-dev libpq-dev libproj-dev libicu-dev