From 2666a89d7ac4bd79edd7bac4726a12eb50148f75 Mon Sep 17 00:00:00 2001 From: Aidan Case Date: Fri, 8 Mar 2024 10:11:09 -0600 Subject: [PATCH] clear ci image --- .github/workflows/build_all.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 63b8297dad..ea23427d93 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -63,6 +63,10 @@ jobs: image: bilelmoussaoui/flatpak-github-actions:gnome-45 options: --privileged steps: + # maybe i'm too dumb and fucked up to do CI. OH WELL :D -ppd + - name: "Remove unneeded stuff to free disk space" + run: + sudo rm -rf /usr/share/dotnet /opt/ghc "/usr/local/share/boost" "$AGENT_TOOLSDIRECTORY" - uses: actions/checkout@v4 - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: